Commit 9c1abeb50ab88d6f591fb77db89eba9fe2435e2d
Exists in
master
and in
4 other branches
Merge pull request #3799 from ciarand/team-admin-placeholder-text
Swapped out placeholder text on teams admin page
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 | ... | ... |