app/views/owns/show.html.erb in enju_biblio-0.1.0.pre42 vs app/views/owns/show.html.erb in enju_biblio-0.1.0.pre43

- old
+ new

@@ -2,12 +2,12 @@ <h1 class="title"><%= t('page.showing', :model => t('activerecord.models.own')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> - <strong><%= t('activerecord.models.patron') -%>:</strong> - <%= link_to @own.patron.full_name, @own.patron -%> + <strong><%= t('activerecord.models.agent') -%>:</strong> + <%= link_to @own.agent.full_name, @own.agent -%> </p> <p> <strong><%= t('activerecord.models.item') -%>:</strong> <%= link_to @own.item.item_identifier, @own.item -%> @@ -17,9 +17,9 @@ </div> </div> <div id="submenu" class="ui-corner-all"> <ul> - <li><%= link_to t('page.back_to', :model => t('activerecord.models.patron')), item_patrons_path(@own.item) -%></li> - <li><%= link_to t('page.back_to', :model => t('activerecord.models.item')), patron_items_path(@own.patron) -%></li> + <li><%= link_to t('page.back_to', :model => t('activerecord.models.agent')), item_agents_path(@own.item) -%></li> + <li><%= link_to t('page.back_to', :model => t('activerecord.models.item')), agent_items_path(@own.agent) -%></li> </ul> </div>