Sha256: 67cf6721aeb358085e20011555fa7e20a1d0dfb93ffb0100ad1ee24483dd8f98

Contents?: true

Size: 380 Bytes

Versions: 2

Compression:

Stored size: 380 Bytes

Contents

<h1> New Answer </h1>

<%= form_for @answer, :url => survey_admin_question_answers_path(@answer.question, @answer) 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_question_answers_path(@answer.question), :class => 'button' %></p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
survey_says-0.0.2 app/views/survey_admin/answers/new.html.erb
survey_says-0.0.1 app/views/survey_admin/answers/new.html.erb