Skip to content

Commit

Permalink
Update admin-input.hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
OpakAlex committed Nov 4, 2015
1 parent 3298a34 commit 5879a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/templates/components/admin-input.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="row">
<label class="col-sm-1 col-md-1 col-xs-1 col-lg-1 control-label">{{name}}</label>
<label class="col-sm-4 col-md-4 col-xs-4 col-lg-4 control-label">{{name}}</label>
<div class="col-sm-8 col-md-8 col-xs-8 col-lg-8">
{{#if isString}}
{{input value=value type='text' class="form-control"}}
Expand Down

0 comments on commit 5879a35

Please sign in to comment.