diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-25 20:13:36 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-26 14:44:39 +0100 |
commit | 2b5a6487ba8fe45dfc79ec605088ba4947d58172 (patch) | |
tree | 7121833773efa8c5327fbdaf5938707d5142369d /app/views/shared/_issues.html.haml | |
parent | 2e2b96a40d2604790f6960193c80d89de4670bc3 (diff) | |
download | gitlab-ce-2b5a6487ba8fe45dfc79ec605088ba4947d58172.tar.gz |
Refactor styles for issues list
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.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_issues.html.haml b/app/views/shared/_issues.html.haml index 4b4c9e9eabe..8ff9d4c1c7f 100644 --- a/app/views/shared/_issues.html.haml +++ b/app/views/shared/_issues.html.haml @@ -8,7 +8,7 @@ .pull-right = link_to 'New issue', new_namespace_project_issue_path(project.namespace, project) - %ul.well-list.issues-list + %ul.content-list.issues-list - group[1].each do |issue| = render 'projects/issues/issue', issue: issue = paginate @issues, theme: "gitlab" |