issues.html.haml 500 字节
Newer Older
1 2 3 4
= content_for :meta_tags do
  - if current_user
    = auto_discovery_link_tag(:atom, issues_group_url(@group, format: :atom, private_token: current_user.private_token), title: "#{@group.name} issues")

5
%h3.page-title
D
Dmitriy Zaporozhets 已提交
6
  Issues
R
randx 已提交
7

8 9 10
%p.light
  Only issues from
  %strong #{@group.name}
11 12 13
  group are listed here.
  - if current_user
    To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
14
%hr
15

16 17 18
.append-bottom-20
  = render 'shared/issuable_filter'
= render 'shared/issues'