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>2015-09-04 16:22:33 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-04 16:22:33 +0300
commit147f95b7539225d46accbe23cd708c081225409b (patch)
tree4358d4b1056d4cd532dadcb678ade28e7c967d89 /app/views/dashboard/issues.html.haml
parentcf36509a349b0fd6d8abe23fc6fbf8cdd5823d2a (diff)
Apply new style for issues, merge requests and milestone pages
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard/issues.html.haml')
-rw-r--r--app/views/dashboard/issues.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml
index 14734ae7372..09e70f9ae2c 100644
--- a/app/views/dashboard/issues.html.haml
+++ b/app/views/dashboard/issues.html.haml
@@ -4,8 +4,6 @@
- if current_user
= auto_discovery_link_tag(:atom, issues_dashboard_url(format: :atom, private_token: current_user.private_token), title: "#{current_user.name} issues")
-%p.light
- List all issues from all projects you have access to.
.append-bottom-20
.pull-right
@@ -15,4 +13,5 @@
%i.fa.fa-rss
= render 'shared/issuable/filter', type: :issues
+
= render 'shared/issues'