From c2a987fb9c5c8f6879516ce04c439fb45fcd8fae Mon Sep 17 00:00:00 2001 From: Jose Ivan Vargas Lopez Date: Tue, 4 Apr 2017 22:36:19 +0000 Subject: Admin section capitalization fix --- app/views/admin/groups/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/groups/index.html.haml') diff --git a/app/views/admin/groups/index.html.haml b/app/views/admin/groups/index.html.haml index 07775247cfd..e5f380c78e2 100644 --- a/app/views/admin/groups/index.html.haml +++ b/app/views/admin/groups/index.html.haml @@ -30,7 +30,7 @@ = link_to admin_groups_path(sort: sort_value_largest_group, name: project_name) do = sort_title_largest_group = link_to new_admin_group_path, class: "btn btn-new" do - New Group + New group %ul.content-list = render @groups -- cgit v1.2.1