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: f8bb0e21f67a1f266e17df32e406ceb263b6db39 (plain)
1
2
3
4
5
6
7
8
9
- title = _('Delete Key')
- aria = { label: title }

- if defined?(text)
  = button_to text, '#', class: html_class, data: button_data, title: title, aria: aria
- else
  = button_to '#', class: html_class, data: button_data, title: title, aria: aria do
    %span.sr-only= _('Delete')
    = sprite_icon('remove')