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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-18 00:00:03 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-03-18 02:56:00 +0300
commit7d403ec46ffd5778a68eebb9117e08f605938b15 (patch)
treea59823ca22addbbda99d9d3d83677ae4102ae4de /app/views/search
parent482bfd1a6d454652feb1f64c0c0e1c50ce701986 (diff)
Add eye-slash icon to confidential issues
Diffstat (limited to 'app/views/search')
-rw-r--r--app/views/search/results/_issue.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/search/results/_issue.html.haml b/app/views/search/results/_issue.html.haml
index 45d700781f3..710f5613c81 100644
--- a/app/views/search/results/_issue.html.haml
+++ b/app/views/search/results/_issue.html.haml
@@ -1,5 +1,6 @@
.search-result-row
%h4
+ = confidential_icon(issue)
= link_to [issue.project.namespace.becomes(Namespace), issue.project, issue] do
%span.term.str-truncated= issue.title
.pull-right ##{issue.iid}