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>
|
||||
</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>
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user