Sha256: ad37df2291c5019407e7d8d4d793b38a7a3e71992180aac78c0fbfe1bd4057f5
Contents?: true
Size: 728 Bytes
Versions: 8
Compression:
Stored size: 728 Bytes
Contents
<%= form_for @setting, :url => refinery.inquiries_admin_setting_path(@setting) do |f| %> <div class='field'> <span class='label_with_help'> <%= f.label :value, t('.inquiry_settings_value_name') %> </span> <%= f.text_field :value, :value => f.object.value, # required, we can't use :value :class => "larger widest" %> </div> <p> <%= t('.hint') %> </p> <p> <%= t('.example') %> </p> <%= render :partial => "/refinery/admin/form_actions", :locals => { :f => f, :continue_editing => false, :cancel_url => refinery.inquiries_admin_inquiries_path, :hide_delete => true } %> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems