Sha256: 0e741e218fdac4859e865379f4aaecd939ab96c70b3eec92a7f6401063a5ea14
Contents?: true
Size: 1.12 KB
Versions: 23
Compression:
Stored size: 1.12 KB
Contents
<div id="content_detail" class="ui-corner-all"> <h1 class="title"><%= t('page.new', :model => t('activerecord.models.patron_merge')) -%></h1> <div id="content_list"> <%= form_for(@patron_merge) do |f| -%> <%= f.error_messages -%> <div class="field"> <%= f.label t('activerecord.models.patron') -%><br /> <%- if @patron -%> <%= link_to @patron.full_name, @patron -%> <%= f.hidden_field :patron_id -%> <%- else -%> <%= f.text_field :patron_id -%> <%- end -%> </div> <div class="field"> <%= f.label t('activerecord.models.patron_merge_list') -%><br /> <%- if @patron_merge_list -%> <%= link_to @patron_merge_list.title, patron_merge_list_path(@patron_merge_list) -%> <%= f.hidden_field :patron_merge_list_id, :value => @patron_merge_list.id -%> <%- else -%> <%= f.text_field :patron_merge_list_id, :value => params[:patron_merge_list_id] -%> <%- end -%> </div> <div class="actions"> <%= f.submit %> </div> <%- end -%> </div> </div> <div id="submenu" class="ui-corner-all"> <ul> <li><%= link_to t('page.back'), patron_merges_path -%></li> </ul> </div>
Version data entries
23 entries across 23 versions & 1 rubygems