mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
Fix indentation
This commit is contained in:
parent
213f7b77bb
commit
20d1c67f01
@ -33,16 +33,16 @@ var FeatureForm = React.createClass({
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="unit r-size1of6 rightify">
|
<div className="unit r-size1of6 rightify">
|
||||||
<button className="primary mrs" onClick={this.saveFeature}>
|
<button className="primary mrs" onClick={this.saveFeature}>
|
||||||
Save
|
Save
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button className="" onClick={this.cancelFeature}>
|
<button className="" onClick={this.cancelFeature}>
|
||||||
Cancel
|
Cancel
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user