Commit b2854121 authored by Mark Florian's avatar Mark Florian

Merge branch '230781-migrate-haml-nav-to-gltabs' into 'master'

Convert snippets page tabs to Pajamas

See merge request gitlab-org/gitlab!73995
parents 2a76d851 f151421e
......@@ -7,10 +7,6 @@
= link_to _("New snippet"), new_snippet_path, class: "gl-button btn btn-confirm", title: _("New snippet")
.top-area
%ul.nav-links.nav.nav-tabs
= nav_link(page: dashboard_snippets_path, html_options: {class: 'home'}) do
= link_to dashboard_snippets_path, title: 'Your snippets', data: {placement: 'right'} do
Your snippets
= nav_link(page: explore_snippets_path) do
= link_to explore_snippets_path, title: 'Explore snippets', data: {placement: 'right'} do
Explore snippets
= gl_tabs_nav({ class: 'gl-border-0' }) do
= gl_tab_link_to _('Your snippets'), dashboard_snippets_path, { title: _('Your snippets') }
= gl_tab_link_to _('Explore snippets'), explore_snippets_path, { title: _('Explore snippets') }
......@@ -14044,6 +14044,9 @@ msgstr ""
msgid "Explore public groups"
msgstr ""
msgid "Explore snippets"
msgstr ""
msgid "Explore topics"
msgstr ""
......@@ -40082,6 +40085,9 @@ msgstr ""
msgid "Your sign-in page is %{url}."
msgstr ""
msgid "Your snippets"
msgstr ""
msgid "Your subscription expired!"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment