Skip to content

Commit

Permalink
text area makes more sense for this field
Browse files Browse the repository at this point in the history
  • Loading branch information
partkyle committed Jun 24, 2011
1 parent 2acd084 commit 14eff57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/properties/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<div class="field">
<%= f.label :value %><br />
<%= f.text_field :value %>
<%= f.text_area :value %>
</div>
<div class="actions">
<%= f.submit %>
Expand Down

0 comments on commit 14eff57

Please sign in to comment.