Fixed auto height.
This commit is contained in:
parent
0f5333ce5d
commit
e41c964be9
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="well">
|
||||
<h3><%- @T( 'Tags' ) %></h3>
|
||||
<input type="text" name="tags" id="tags" class="span2" value="<% for tag in @tags: %><%= tag %>,<% end %>"/>
|
||||
<input type="text" name="tags" id="<%- @tag_id %>" class="span2" value="<% for tag in @tags: %><%= tag %>,<% end %>"/>
|
||||
</div>
|
Loading…
Reference in a new issue