diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-13 20:36:21 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-13 20:36:21 +0300 |
commit | a41875d21e9c87f15754c1d23db3a6fb80b7bdcd (patch) | |
tree | e94fd2b56af049f6035e957b05710417bfccbf28 /app/views/dashboard/issues.html.haml | |
parent | e97abfce3b9e4e836aaf9d9ac32a45c6490f8831 (diff) | |
download | gitlab-ce-a41875d21e9c87f15754c1d23db3a6fb80b7bdcd.tar.gz |
Replace %h5.title with div.title
Diffstat (limited to 'app/views/dashboard/issues.html.haml')
-rw-r--r-- | app/views/dashboard/issues.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml index 7fdc8b37cac..63003c2859b 100644 --- a/app/views/dashboard/issues.html.haml +++ b/app/views/dashboard/issues.html.haml @@ -13,7 +13,7 @@ - @issues.group_by(&:project).each do |group| %div.ui-box - project = group[0] - %h5.title + .title = link_to_project project %i.icon-angle-right |