File: _no_packages.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (7 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
.svg-content.svg-150
  = image_tag 'illustrations/empty-state/empty-package-md.svg'
.text-content
  %h4.text-center= _('There are no packages yet')
  %p
    - link = link_to('', help_page_path('administration/packages/index.md'), target: '_blank', rel: 'noopener noreferrer')
    = safe_format(_('Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab.'), tag_pair(link, :no_packages_link_start, :no_packages_link_end))