Sha256: 75cd945b84c46ca24230f6b66c7f9428dbce8c6b1c2aa2c28ea5589aab4678fa
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
<h2><%= t("New Configuration Template") %></h2> <%= error_messages_for :app_configuration %> <% form_for @app_configuration, :url => admin_configurations_path do |f| -%> <p> <strong><%= t("Name") %></strong><br /> <%= f.text_field :name %> </p> <p> <%= f.submit t("Create") %> <% end -%>
Version data entries
4 entries across 4 versions & 1 rubygems