From 224fb5770ce71061861f5c2bddb01924d668a841 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 3 Oct 2012 12:49:43 +0300 Subject: Added ability to manage groups from admin --- app/views/admin/groups/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/admin/groups/_form.html.haml') diff --git a/app/views/admin/groups/_form.html.haml b/app/views/admin/groups/_form.html.haml index a1ba940672d..46c5956394f 100644 --- a/app/views/admin/groups/_form.html.haml +++ b/app/views/admin/groups/_form.html.haml @@ -16,4 +16,4 @@ = f.text_field :code, placeholder: "example" .form-actions - = f.submit 'Create group', class: "btn primary" + = f.submit 'Save group', class: "btn save-btn" -- cgit v1.2.3