Sha256: d37b8232684fbd16ddaf03275b7a7766754f3bc6174fe66b3cc7c0dacbe781b0
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
<h1>New Form</h1> <%= error_messages_for :question_sheet %> <% form_for(:question_sheet, :url => admin_question_sheets_path) do |f| %> <p> <label for="question_sheet_label">Label</label> <%= f.text_field :label, :maxlength => 60 %> </p> <p> <%= submit_tag "Create" %> </p> <% end %> <%= link_to 'Back', admin_question_sheets_path %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/views/fe/admin/question_sheets/new.html.erb |
fe-0.0.4 | app/views/fe/admin/question_sheets/new.html.erb |