diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-30 16:40:43 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-30 16:40:43 +0200 |
| commit | e2fb18a3ec8052997f0c9b795f76a6e4d57a9d97 (patch) | |
| tree | 581eb89605251b13b121e7bb2201301da55aee89 /app/views/hooks | |
| parent | 7ba4f2dcfaa85fb89e15d9caa21bf75ad976389f (diff) | |
| download | gitlab-ce-e2fb18a3ec8052997f0c9b795f76a6e4d57a9d97.tar.gz | |
replace right with pull-right
Diffstat (limited to 'app/views/hooks')
| -rw-r--r-- | app/views/hooks/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/hooks/index.html.haml b/app/views/hooks/index.html.haml index 3d814ab4db8..334b0f19301 100644 --- a/app/views/hooks/index.html.haml +++ b/app/views/hooks/index.html.haml @@ -37,6 +37,6 @@ → %span.monospace= hook.url %td - .right + .pull-right = link_to 'Test Hook', test_project_hook_path(@project, hook), class: "btn btn-small grouped" = link_to 'Remove', project_hook_path(@project, hook), confirm: 'Are you sure?', method: :delete, class: "btn btn-remove btn-small grouped" |
