app/views/admin/categories/show.html.erb in beef-articles-0.3.28 vs app/views/admin/categories/show.html.erb in beef-articles-0.3.29
- old
+ new
@@ -2,10 +2,10 @@
<% form_for([:admin, @category]) do |f| %>
<%= f.error_messages %>
<p>
- <%= f.label :title %><br />
+ <%= f.label :title, 'Title*' %><br />
<%= f.text_field :title %>
</p>
<p>
<%= f.label :description %><br />
<%= f.text_area :description, :rows => 3 %>