Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-19 00:15:45 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-19 00:15:45 +0400
commit15c46555274a14f3a90f0c8139e59cf1e96eccfc (patch)
treeae5dec884629e8a75335d1dffe7da913ff09fe0d /app/views/repositories
parent3b5a4fa2fd5cdc72865b7dfde20b1ea8741dd6cc (diff)
UI: add new button, top panel restyle etc
Diffstat (limited to 'app/views/repositories')
-rw-r--r--app/views/repositories/_head.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/repositories/_head.html.haml b/app/views/repositories/_head.html.haml
index 7b476362bed..0095098e894 100644
--- a/app/views/repositories/_head.html.haml
+++ b/app/views/repositories/_head.html.haml
@@ -19,10 +19,10 @@
- if current_page?(project_hooks_path(@project))
- if can? current_user, :admin_project, @project
= link_to new_project_hook_path(@project), :class => "add_new", :title => "New Web Hook" do
- = image_tag "add_new.png", :width => 14
+ Add new
- if current_page?(project_deploy_keys_path(@project))
- if can? current_user, :admin_project, @project
= link_to new_project_deploy_key_path(@project), :class => "add_new", :title => "New Deploy Key" do
- = image_tag "add_new.png", :width => 14
+ Add new