Commit f151421e authored by Kushal Pandya's avatar Kushal Pandya

Convert snippets page tabs to Pajamas

Changelog: other
parent 09536de1
......@@ -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 ""
......@@ -40079,6 +40082,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