Sha256: 698d9d4d5aca4d7b86e55f3da8a6e4fe59ac3471dbe9fe61f242126b27d46e6b
Contents?: true
Size: 880 Bytes
Versions: 9
Compression:
Stored size: 880 Bytes
Contents
<div id="content_detail" class="ui-corner-all ui-widget-content"> <h1 class="title"><%= t('page.showing', model: t('activerecord.models.form_of_work')) -%></h1> <div id="content_list"> <p id="notice"><%= notice %></p> <p> <strong><%= t('activerecord.attributes.form_of_work.name') -%>:</strong> <%= @form_of_work.name -%> </p> <p> <strong><%= t('activerecord.attributes.form_of_work.display_name') -%>:</strong> <%= @form_of_work.display_name.localize -%> </p> <p> <strong><%= t('activerecord.attributes.form_of_work.note') -%>:</strong> <%= @form_of_work.note -%> </p> </div> </div> <div id="submenu" class="ui-corner-all ui-widget-content"> <ul> <%- if can? :update, @form_of_work -%> <li><%= link_to t('page.edit'), edit_form_of_work_path(@form_of_work) -%></li> <%- end -%> <li><%= back_to_index(flash[:page_info]) -%></li> </ul> </div>
Version data entries
9 entries across 9 versions & 1 rubygems