Sha256: 5dc5619062a8019f9dfffc28103d9eff1e4509a49111adf106a9b9bc10d775a7
Contents?: true
Size: 605 Bytes
Versions: 6
Compression:
Stored size: 605 Bytes
Contents
= content_for :show_header do = t(:'class_group.show') .row-fluid = table do thead tr th = t(:'class_group.grade') th = t(:'class_group.name') th = t(:'class_group.homeroom') tbody tr class="class-group-#{@class_group.id}" = render 'gaku/shared/fields/class_group_fields', class_group: @class_group = render 'tabs' = well_div do #class-group-notes = render 'gaku/notes/notes' = well_div do .span6 = link_to_edit_with_text [:edit, @class_group], remote: true .span6 = link_to_back class_groups_path, id: 'back-class-group-link'
Version data entries
6 entries across 6 versions & 2 rubygems