1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

Fix indentation

This commit is contained in:
Jari Bakken 2014-11-10 14:56:38 +01:00
parent 213f7b77bb
commit 20d1c67f01

View File

@ -33,16 +33,16 @@ var FeatureForm = React.createClass({
</select>
</div>
<div className="unit r-size1of6 rightify">
<button className="primary mrs" onClick={this.saveFeature}>
Save
</button>
<div className="unit r-size1of6 rightify">
<button className="primary mrs" onClick={this.saveFeature}>
Save
</button>
<button className="" onClick={this.cancelFeature}>
Cancel
</button>
<button className="" onClick={this.cancelFeature}>
Cancel
</button>
</div>
</div>
</div>
</form>
);
},