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

_user_listing_note.html.haml « users « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: df4af009c5c2bc10c346f56f9e77f9cae55fc5a5 (plain)
1
2
3
- if user.note.present?
  %span.has-tooltip.user-note{ title: user.note }
    = icon("sticky-note-o cgrey")