diff options
| author | Phil Hughes <me@iamphill.com> | 2017-09-04 15:30:03 +0100 |
|---|---|---|
| committer | Phil Hughes <me@iamphill.com> | 2017-09-04 15:30:03 +0100 |
| commit | 3569b2e2d715ffeecf27e26cf3d8c9ec08b8ad49 (patch) | |
| tree | 2c3ccbe19c476d543956a72d8a63cfbae5aa4bae /app/views/groups | |
| parent | f0248fa8c0620eb70e70b8ccdcff89ee7797ac4f (diff) | |
| parent | ebbbc7ef52fbd1d3339e2e21be967d313a074a28 (diff) | |
| download | gitlab-ce-3569b2e2d715ffeecf27e26cf3d8c9ec08b8ad49.tar.gz | |
Merge branch 'master' into breadcrumbs-improvements
Diffstat (limited to 'app/views/groups')
| -rw-r--r-- | app/views/groups/issues.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml index 12bc092d216..837ef385dd5 100644 --- a/app/views/groups/issues.html.haml +++ b/app/views/groups/issues.html.haml @@ -12,6 +12,8 @@ - content_for :breadcrumbs_extra do = link_to params.merge(rss_url_options), class: 'btn btn-default append-right-10' do = icon('rss') + %span.icon-label + Subscribe = render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", type: :issues - if group_issues_exists |
