Sha256: 08890a3667747ca4cd9208d0fd01a69893a9ad150f68d7f21a6e0ad3f98655c4

Contents?: true

Size: 637 Bytes

Versions: 1

Compression:

Stored size: 637 Bytes

Contents

<div id="panel-properties-sheet" class="panel" style="display:block;">
    <p class="instruction">Update the settings for this form.</p>
    
    <div id="errors">
       <%= render :partial => 'errors', :locals => { :question_sheet => @question_sheet }%>
    </div>

<%= form_for @question_sheet, :url => admin_question_sheet_path(@question_sheet), :remote => true, :method => :put do |f| %>

    <p><label for="" class="desc">Label <span class="required">required</span></label>
        <%= f.text_field :label, :maxlength => 60 %></p>

    <p class="buttons">
        <%= submit_tag"Update &raquo;".html_safe %></p>

<% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fe-0.0.3 app/views/fe/admin/panels/_prop_sheet.html.erb