Sha256: c8b2b094195de15b078eaa27edd788056dfb0434f3c69620bb36d383306999db
Contents?: true
Size: 670 Bytes
Versions: 1
Compression:
Stored size: 670 Bytes
Contents
<table class="table is-hoverable is-fullwidth"> <thead> <tr> <th class="six wide"> <%= link_to t('.edit'), edit_admin_member_department_path(@member_department), class: 'ui mini blue right floated button' %> </th> <th class="ten wide"></th> </tr> </thead> <tbody> <tr> <td class="has-text-right"><%= Org::MemberDepartment.human_attribute_name(:office_id) %></td> <td><%= @member_department.office_id %></td> </tr> <tr> <td class="has-text-right"><%= Org::MemberDepartment.human_attribute_name(:job_title_id) %></td> <td><%= @member_department.job_title_id %></td> </tr> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/admin/member_departments/_show_table.html.erb |