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

_key_delete.html.haml « ssh_keys « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1526e5d3edab644babfee8d9ab60b6fbd8de1245 (plain)
1
2
3
4
5
6
- if defined?(text)
  = button_to text, '#', class: html_class, data: button_data
- else
  = button_to '#', class: html_class, data: button_data do
    %span.sr-only= _('Delete')
    = sprite_icon('remove')