Sha256: 58f9fad6a2bbc7148ee943b87f08f8dca0d7622e7c54f49c07c20bd1d847a448
Contents?: true
Size: 570 Bytes
Versions: 5
Compression:
Stored size: 570 Bytes
Contents
<%= error_messages_for 'user', { :message_title => Nn_("French: Singular Custom Error message %{record}: %{num}", "French: Plural Custom Error message %{record}: %{num}"), :message_explanation => Nn_("French: Singular Custom Error explanation %{num}", "French: Plural Custom Error explanation %{num}") } %> <!--[form:article]--> <p><label for="user_name"><%= _("Name") %></label><br/> <%= text_field 'user', 'name' %></p> <p><label for="user_lastupdate"><%= _("Lastupdate") %></label><br/> <%= date_select 'user', 'lastupdate' %></p> <!--[eoform:article]-->
Version data entries
5 entries across 5 versions & 2 rubygems