Sha256: f03b11f221dbe659f354c985b353828d8bccd6ae47598fbd1089f67195db1ff6
Contents?: true
Size: 402 Bytes
Versions: 2
Compression:
Stored size: 402 Bytes
Contents
<h1> Edit Question </h1> <div class='span-10'> <%= form_for(@question, :url => survey_admin_question_path(@question)) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> <% end %> <%= link_to 'Show', survey_admin_question_path( @question ), :class => 'button' %> | <%= link_to 'View All', survey_admin_questions_path, :class => 'button' %> </div> <div class='clearfix'></div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
survey_says-0.0.2 | app/views/survey_admin/questions/edit.html.erb |
survey_says-0.0.1 | app/views/survey_admin/questions/edit.html.erb |