Sha256: 13247346eb196995783676c874bcb5331be2aca895bb73bdcd1cc56ffbc43ba1
Contents?: true
Size: 366 Bytes
Versions: 2
Compression:
Stored size: 366 Bytes
Contents
<h1> New Property </h1> <%= form_for @survey_property, :url => survey_admin_survey_properties_path(@survey_property) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <div class="actions"><%= f.submit 'Create' , :class => 'button' %></div> <% end %> <p><%= link_to "Back to List", survey_admin_survey_properties_path, :class => 'button' %></p>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
survey_says-0.0.2 | app/views/survey_admin/survey_properties/new.html.erb |
survey_says-0.0.1 | app/views/survey_admin/survey_properties/new.html.erb |