Commit f151421e authored by Kushal Pandya's avatar Kushal Pandya

Convert snippets page tabs to Pajamas

Changelog: other
parent 09536de1
...@@ -7,10 +7,6 @@ ...@@ -7,10 +7,6 @@
= link_to _("New snippet"), new_snippet_path, class: "gl-button btn btn-confirm", title: _("New snippet") = link_to _("New snippet"), new_snippet_path, class: "gl-button btn btn-confirm", title: _("New snippet")
.top-area .top-area
%ul.nav-links.nav.nav-tabs = gl_tabs_nav({ class: 'gl-border-0' }) do
= nav_link(page: dashboard_snippets_path, html_options: {class: 'home'}) do = gl_tab_link_to _('Your snippets'), dashboard_snippets_path, { title: _('Your snippets') }
= link_to dashboard_snippets_path, title: 'Your snippets', data: {placement: 'right'} do = gl_tab_link_to _('Explore snippets'), explore_snippets_path, { title: _('Explore snippets') }
Your snippets
= nav_link(page: explore_snippets_path) do
= link_to explore_snippets_path, title: 'Explore snippets', data: {placement: 'right'} do
Explore snippets
...@@ -14044,6 +14044,9 @@ msgstr "" ...@@ -14044,6 +14044,9 @@ msgstr ""
msgid "Explore public groups" msgid "Explore public groups"
msgstr "" msgstr ""
msgid "Explore snippets"
msgstr ""
msgid "Explore topics" msgid "Explore topics"
msgstr "" msgstr ""
...@@ -40079,6 +40082,9 @@ msgstr "" ...@@ -40079,6 +40082,9 @@ msgstr ""
msgid "Your sign-in page is %{url}." msgid "Your sign-in page is %{url}."
msgstr "" msgstr ""
msgid "Your snippets"
msgstr ""
msgid "Your subscription expired!" msgid "Your subscription expired!"
msgstr "" 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