Sha256: 22fe2b687403bca2a1ffe07b955581e18d2a426f3199b40dad940830d9492c30
Contents?: true
Size: 565 Bytes
Versions: 4
Compression:
Stored size: 565 Bytes
Contents
<h1><%= _("New article") %></h1> <%= error_messages_for :article %> <% form_for(@article) do |f| %> <p> <p><%= f.label :lastupdate %></p> <p><%= f.date_select :lastupdate, :order => [:year, :month, :day], :use_month_numbers => true %></p> <p><%= f.label :title, _("Title: Required.") %></p> <p><%= f.text_field :title %></p> <p><%= f.label :title, _("Description: More than 10 characters.") %></p> <p><%= f.text_area :description %></p> <p><%= f.submit _("Create") %></p> </p> <% end %> <p> <%= link_to _('Back'), articles_path %> </p>
Version data entries
4 entries across 4 versions & 1 rubygems