summaryrefslogtreecommitdiff
path: root/app/views/shared/_issues.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-29 18:43:21 +0300
commit38ff5d1ab9d9eb5d09bbc8498410b770445b698e (patch)
tree75702af7d725741715011a85c9093b9ac2114ce9 /app/views/shared/_issues.html.haml
parent6dcbe1b43c50229fd0dff69eba2c6ab658d91ad2 (diff)
downloadgitlab-ce-38ff5d1ab9d9eb5d09bbc8498410b770445b698e.tar.gz
Replace ui-box title with panel-heading
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared/_issues.html.haml')
-rw-r--r--app/views/shared/_issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_issues.html.haml b/app/views/shared/_issues.html.haml
index ad319849513..d36e96dc49a 100644
--- a/app/views/shared/_issues.html.haml
+++ b/app/views/shared/_issues.html.haml
@@ -2,7 +2,7 @@
- @issues.group_by(&:project).each do |group|
.panel.panel-default.panel.panel-default-small
- project = group[0]
- .title
+ .panel-heading
= link_to_project project
= link_to 'show all', project_issues_path(project), class: 'pull-right'