Sha256: c35e094117aeaa0efe210323155be97f1caa6d31a1c3c9bbe26e6cf39a125efa

Contents?: true

Size: 435 Bytes

Versions: 2

Compression:

Stored size: 435 Bytes

Contents

<h1> Edit Property </h1>

<%= form_for @survey_property, :url => [:survey_admin, @survey_property] do |f| %>
  <%=  render :partial => 'form', :locals => {:f => f} %>
  <div class="actions"><%= f.submit 'Update' , :class => 'button' %></div>
<% end %>

<p>
  <%= link_to "Show", [:survey_admin, @survey_property], :class => 'button' %> |
  <%= link_to "View Properties", 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/edit.html.erb
survey_says-0.0.1 app/views/survey_admin/survey_properties/edit.html.erb