Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_feed_buttons.html.haml « issuable « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83f60fa6fe2bf77ac526369c404a2888d8b1a4b9 (plain)
1
2
3
4
= link_to safe_params.merge(rss_url_options), class: 'btn has-tooltip', data: { container: 'body' }, title: _('Subscribe to RSS feed') do
  = icon('rss')
= link_to safe_params.merge(calendar_url_options), class: 'btn has-tooltip', data: { container: 'body' }, title: _('Subscribe to calendar') do
  = custom_icon('icon_calendar')