OneDev
Projects
Pull Requests
Issues
Builds
Packages
Nekomod
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Milestones
Builds
Statistics
Contributions
Source Lines
Child Projects
Projects
Nekomod
Commits
d3b2b6d3
ctrl
k
Sign In
feat(frontend): Small navigation naming change
looking-for-a-new-adventure
なるみ
committed
5 months ago
d3b2b6d3
1 parent
eb5c5a59
1. Build Test
2. Nottest
3. Build Prod
Total 1 files
■ ■
■ ■ ■
■
client/src/pages/components/shell.html
skipped 140 lines
141
141
{% endcall %}
142
142
{{ nav_list([
143
143
[
144
-
{ 'header': true, 'text': '
Importing
', 'icon': '/static/menu/importer.svg' },
145
-
{ 'text': 'Import', 'link': '/importer', 'icon': '/static/menu/index.svg' },
144
+
{ 'header': true, 'text': '
Import
'
,
'
link
'
:
'
/
importer
', 'icon': '/static/menu/importer.svg' },
146
145
{ 'text': 'FAQ', 'link': '/importer/tutorial', 'icon': '/static/menu/faq.svg' }
147
146
],
148
147
[
skipped 24 lines
173
172
<img src="/static/menu.svg" />
174
173
</div>
175
174
{{ header_link('/', 'Home', 'home') }}
176
-
{{ header_link('/importer', '
Importing
') }}
175
+
{{ header_link('/importer', '
Import
') }}
177
176
{{ header_link('/artists', 'Artists') }}
178
177
{{ header_link('/posts', 'Posts') }}
179
178
{{ header_link('/account/login', 'Login', 'login') }}
skipped 33 lines
All occurrences
Please wait...
Page is in error, reload to recover