Commit 7e5cad8f280e9817eaa32e80d041cd606c6f0e88

Authored by Ciaran Downey
1 parent 56d15660

Swapped out placeholder text on teams admin page

Changed "simple Teams description" placeholder subtitle to "allow you
to organize groups of people that have a common focus. Use teams to
simplify the process of assigning roles to groups of people."
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin/teams/index.html.haml
1 %h3.page_title 1 %h3.page_title
2 Teams 2 Teams
3 %small 3 %small
4 - simple Teams description 4 + allow you to organize groups of people that have a common focus. Use teams to simplify the process of assigning roles to groups of people.
5 5
6 = link_to 'New Team', new_admin_team_path, class: "btn btn-small pull-right" 6 = link_to 'New Team', new_admin_team_path, class: "btn btn-small pull-right"
7 %br 7 %br