diff options
author | Fatih Acet <acetfatih@gmail.com> | 2017-01-27 20:29:01 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2017-01-27 20:29:01 +0000 |
commit | 272337e803d024360ced9be2be7d8fcf60b6eaa9 (patch) | |
tree | e11e2a8d72b6745fa5114bb1249a13dd3fa632bb /app/views | |
parent | 2b78774aad8035e2c83b85999b7d8ca80e108455 (diff) | |
parent | ca40ef955a792a99a3248cbf55d63a9507d3bb20 (diff) | |
download | gitlab-ce-272337e803d024360ced9be2be7d8fcf60b6eaa9.tar.gz |
Merge branch 'ui-updates' into 'master'
UI updates
See merge request !8669
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/issues/index.html.haml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/projects/issues/index.html.haml b/app/views/projects/issues/index.html.haml index 18e8372ecab..5fbed8b9ab8 100644 --- a/app/views/projects/issues/index.html.haml +++ b/app/views/projects/issues/index.html.haml @@ -19,10 +19,8 @@ = render 'shared/issuable/nav', type: :issues .nav-controls - if current_user - = link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn append-right-10' do + = link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn append-right-10 has-tooltip', title: 'Subscribe' do = icon('rss') - %span.icon-label - Subscribe - if can? current_user, :create_issue, @project = link_to new_namespace_project_issue_path(@project.namespace, @project, |