Sha256: 9338f185af8ae669d1c76a6690531db711aec3c1d230ee79a4911d6811d97da0
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
<h1><%= _("New article") %></h1> <%= error_messages_for :article %> <% form_for(@article) do |f| %> <p> <p><%= f.date_select :lastupdate, :use_month_numbers => true %></p> <p><%= f.text_field :title %></p> <p><%= f.text_area :description %></p> <p><%= f.submit _("Create") %></p> </p> <% end %> <p> <%= link_to _('Back'), articles_path %> </p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gettext-1.90.0 | samples/rails/app/views/articles/new.html.erb |