We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5c7e1 commit b23cb30Copy full SHA for b23cb30
rails_generators/themed/templates/view_form.html.erb
@@ -1,6 +1,6 @@
1
<% columns.each do |column| %>
2
<div class="group">
3
- <%%= f.label :<%= column.name.humanize %>, t("activerecord.attributes.<%= model_name.underscore %>.<%= column.name %>", :default => "<%= column.name.humanize %>"), :class => :label %>
+ <%%= f.label :<%= column.name %>, t("activerecord.attributes.<%= model_name.underscore %>.<%= column.name %>", :default => "<%= column.name.humanize %>"), :class => :label %>
4
<%%= f.<%= column.field_type %> :<%= column.name %>, :class => '<%= column.field_type %>' %>
5
<span class="description">Ex: a simple text</span>
6
</div>
0 commit comments