gitlab-org--gitlab-foss/app/views/shared/issuable/_feed_buttons.html.haml
Heinrich Lee Yu 876ab436fa Add Import CSV Frontend
Added button and modal to accept CSV file for uploading
2019-01-07 11:16:58 +08:00

4 lines
330 B
Text

= 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')