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

_limit_exceeded_message.html.haml « commit « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 236418ecd0ef95b1bac28a4215389e6a5cfd0398 (plain)
1
2
3
4
5
6
7
8
.has-tooltip{ class: "limit-box limit-box-#{objects} gl-ml-2", data: { title: _('Project has too many %{label_for_message} to search') % { label_for_message: label_for_message } } }
  .limit-icon
    - if objects == :branch
      = sprite_icon('fork', size: 12)
    - else
      = sprite_icon('tag')
  .limit-message
    %span= _('%{label_for_message} unavailable') % { label_for_message: label_for_message.capitalize }