summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:29:21 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-29 22:29:21 +0200
commitfb617c61b95aef4615346a5e554db469384d9b6c (patch)
treee717a475075f30e23beb4d8aab35b1df77356292 /app/views/dashboard
parent033aa1a885801c299a20ab39af6f897bb53dc3d4 (diff)
downloadgitlab-ce-fb617c61b95aef4615346a5e554db469384d9b6c.tar.gz
refactor buttons pt2
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/_groups.html.haml2
-rw-r--r--app/views/dashboard/_projects.html.haml2
-rw-r--r--app/views/dashboard/_teams.html.haml2
-rw-r--r--app/views/dashboard/projects.html.haml2
4 files changed, 4 insertions, 4 deletions
diff --git a/app/views/dashboard/_groups.html.haml b/app/views/dashboard/_groups.html.haml
index f9774669d9a..535f0349212 100644
--- a/app/views/dashboard/_groups.html.haml
+++ b/app/views/dashboard/_groups.html.haml
@@ -5,7 +5,7 @@
(#{groups.count})
- if current_user.can_create_group?
%span.right
- = link_to new_group_path, class: "btn very_small info" do
+ = link_to new_group_path, class: "btn btn-tiny info" do
%i.icon-plus
New Group
%ul.well-list
diff --git a/app/views/dashboard/_projects.html.haml b/app/views/dashboard/_projects.html.haml
index f2acd2b0b0c..a5396a0023d 100644
--- a/app/views/dashboard/_projects.html.haml
+++ b/app/views/dashboard/_projects.html.haml
@@ -5,7 +5,7 @@
(#{@projects_count})
- if current_user.can_create_project?
%span.right
- = link_to new_project_path, class: "btn very_small info" do
+ = link_to new_project_path, class: "btn btn-tiny info" do
%i.icon-plus
New Project
diff --git a/app/views/dashboard/_teams.html.haml b/app/views/dashboard/_teams.html.haml
index 5b2ea7a2384..1be6e25c54d 100644
--- a/app/views/dashboard/_teams.html.haml
+++ b/app/views/dashboard/_teams.html.haml
@@ -4,7 +4,7 @@
%small
(#{@teams.count})
%span.right
- = link_to new_team_path, class: "btn very_small info" do
+ = link_to new_team_path, class: "btn btn-tiny info" do
%i.icon-plus
New Team
%ul.well-list
diff --git a/app/views/dashboard/projects.html.haml b/app/views/dashboard/projects.html.haml
index e6c710e68e9..94b319fe24f 100644
--- a/app/views/dashboard/projects.html.haml
+++ b/app/views/dashboard/projects.html.haml
@@ -4,7 +4,7 @@
(#{@projects.total_count})
- if current_user.can_create_project?
%span.right
- = link_to new_project_path, class: "btn very_small info" do
+ = link_to new_project_path, class: "btn btn-tiny info" do
%i.icon-plus
New Project