Sha256: 876901012cfa246babf4002e6ba8e01f00c2840712a32632590381459258c8ca

Contents?: true

Size: 482 Bytes

Versions: 8

Compression:

Stored size: 482 Bytes

Contents

- provide :title, 'Meet The Team'

-# TODO: Lets rethink this whole resource - really should be more integrated with the users section - seems a little lost
.index-header
  %h1= pluralize(@team_members.count, 'Team Member')
  = link_to '+ Create Team Member', new_team_member_path, class: 'btn btn--small'
  %p
    List of team members for your workplace to be displayed on the site

= index_table @team_members.ordered, C::TeamMember::INDEX_TABLE, sortable: sort_team_members_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cd2_catton_cms-1.1.35 app/views/c/admin/team_members/index.html.haml
cd2_catton_cms-1.1.34 app/views/c/admin/team_members/index.html.haml
cd2_catton_cms-1.1.33 app/views/c/admin/team_members/index.html.haml
cd2_catton_cms-1.1.32 app/views/c/admin/team_members/index.html.haml
cd2_catton_cms-1.1.31 app/views/c/admin/team_members/index.html.haml
cd2_catton_cms-1.1.30 app/views/c/admin/team_members/index.html.haml
cd2_catton_cms-1.1.20 app/views/c/admin/team_members/index.html.haml
cd2_catton_cms-1.1.10 app/views/c/admin/team_members/index.html.haml