Commit 7e5cad8f280e9817eaa32e80d041cd606c6f0e88
1 parent
56d15660
Exists in
master
and in
4 other branches
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 | 1 | %h3.page_title |
2 | 2 | Teams |
3 | 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 | 6 | = link_to 'New Team', new_admin_team_path, class: "btn btn-small pull-right" |
7 | 7 | %br | ... | ... |