diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-27 09:19:55 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-27 09:19:55 +0200 |
commit | 4d9c3f3123f43978702c60bb2d87885377b3d837 (patch) | |
tree | b1022205b826a0fe3f2575c023cc85b18fb31e2f /app/views/admin/projects | |
parent | fbdb1da2ab450a49357feb8306dcced6ce61ab50 (diff) | |
download | gitlab-ce-4d9c3f3123f43978702c60bb2d87885377b3d837.tar.gz |
Bootstrap: btn replacing
Diffstat (limited to 'app/views/admin/projects')
-rw-r--r-- | app/views/admin/projects/_form.html.haml | 2 | ||||
-rw-r--r-- | app/views/admin/projects/index.html.haml | 2 | ||||
-rw-r--r-- | app/views/admin/projects/show.html.haml | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/projects/_form.html.haml b/app/views/admin/projects/_form.html.haml index ea42ed22311..d75f2109050 100644 --- a/app/views/admin/projects/_form.html.haml +++ b/app/views/admin/projects/_form.html.haml @@ -31,7 +31,7 @@ .clear %br .actions - = f.submit 'Save', :class => "grey-button" + = f.submit 'Save', :class => "btn" :javascript $(function(){ diff --git a/app/views/admin/projects/index.html.haml b/app/views/admin/projects/index.html.haml index f57b98d0f34..576dbf046f7 100644 --- a/app/views/admin/projects/index.html.haml +++ b/app/views/admin/projects/index.html.haml @@ -19,4 +19,4 @@ %td= link_to 'Destroy', [:admin, project], :confirm => 'Are you sure?', :method => :delete = paginate @admin_projects -= link_to 'New Project', new_admin_project_path, :class => "grey-button" += link_to 'New Project', new_admin_project_path, :class => "btn" diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml index cc83add6db4..3e589a0cecb 100644 --- a/app/views/admin/projects/show.html.haml +++ b/app/views/admin/projects/show.html.haml @@ -31,7 +31,7 @@ = @admin_project.description %tr %td{:colspan => 2} - = link_to 'Edit', edit_admin_project_path(@admin_project), :class => "grey-button" + = link_to 'Edit', edit_admin_project_path(@admin_project), :class => "btn" .span-14 @@ -53,7 +53,7 @@ %tr %td{ :colspan => 3 } - = submit_tag 'Add', :class => "positive-button" + = submit_tag 'Add', :class => "btn primary" %table.round-borders %thead |