Sha256: d38592eae7a5d0c0f594a9fbba6077fe5e34a613b2e7271a036c6ee94fce0612

Contents?: true

Size: 693 Bytes

Versions: 1

Compression:

Stored size: 693 Bytes

Contents

<% page_dom = 'reference_page'
   next_js = load_page_js(@next_page) -%>

<div id="<%= page_dom %>" class="answer-page" style="display: none;">  <!-- this id is parsed by public.js -->

  <h2>References</h2>

  <div id="page-preview">
    <div class="page">

    <%= form_tag fe_application_reference_page_path(@application), remote: true, id: "#{page_dom}-form", onsubmit: next_js + "; return false;"  do %>

      <p><%= _('Please provide your references.') %></p>

      <%= render :partial => 'reference', :collection => @references, :locals => {:page_dom => page_dom} %>

    <% end -%>

    <%= button_to_function _('Next'), next_js unless next_js.empty? %>

    </div>
  </div>

</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fe-1.0.0 app/views/fe/reference_pages/edit.html.erb