debian-mirror-gitlab/app/views/shared/issuable/_feed_buttons.html.haml

5 lines
330 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
= link_to safe_params.merge(rss_url_options), class: 'btn has-tooltip', data: { container: 'body' }, title: _('Subscribe to RSS feed') do
2018-11-08 19:23:39 +05:30
= icon('rss')
2019-02-15 15:39:39 +05:30
= link_to safe_params.merge(calendar_url_options), class: 'btn has-tooltip', data: { container: 'body' }, title: _('Subscribe to calendar') do
2018-11-08 19:23:39 +05:30
= custom_icon('icon_calendar')