diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-05 00:35:38 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-05 00:35:38 +0200 |
commit | e16cebac3eaadc0df93576358f60ae4a498ce15f (patch) | |
tree | 986cf1f20647bf98808e8a14b0faf3c93d368463 /app/views/issues/index.html.haml | |
parent | c6298678f5032823130f5b2eb6fc1810cbb01a10 (diff) | |
download | gitlab-ce-e16cebac3eaadc0df93576358f60ae4a498ce15f.tar.gz |
Fixed styles, ProjectHook specs etc
Diffstat (limited to 'app/views/issues/index.html.haml')
-rw-r--r-- | app/views/issues/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/index.html.haml b/app/views/issues/index.html.haml index 08d4393b201..7971a124b80 100644 --- a/app/views/issues/index.html.haml +++ b/app/views/issues/index.html.haml @@ -30,7 +30,7 @@ = select_tag('update[milestone_id]', options_from_collection_for_select(issues_active_milestones, "id", "title", params[:milestone_id]), prompt: "Milestone") = hidden_field_tag 'update[issues_ids]', [] = hidden_field_tag :f, params[:f] - = button_tag "Save", class: "btn update_selected_issues" + = button_tag "Save", class: "btn update_selected_issues btn-small save-btn" .issues_filters .left %ul.nav.nav-pills.left |