Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
ea7058e8
Commit
ea7058e8
authored
Apr 19, 2020
by
pthiben
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update button lables: it seems strange to click on 'Grid' to get the list view and vice versa
parent
38bb10d3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
grid.html
cps/templates/grid.html
+1
-1
list.html
cps/templates/list.html
+1
-1
No files found.
cps/templates/grid.html
View file @
ea7058e8
...
...
@@ -19,7 +19,7 @@
{% endfor %}
</div>
<button
class=
"update-view btn btn-success"
href=
"#"
data-target=
"series_view"
data-view=
"list"
>
Grid
</button>
<button
class=
"update-view btn btn-success"
href=
"#"
data-target=
"series_view"
data-view=
"list"
>
List
</button>
</div>
{% if entries[0] %}
...
...
cps/templates/list.html
View file @
ea7058e8
...
...
@@ -20,7 +20,7 @@
</div>
{% if title == "Series list" %}
<button
class=
"update-view btn btn-success"
href=
"#"
data-target=
"series_view"
data-view=
"grid"
>
List
</button>
<button
class=
"update-view btn btn-success"
href=
"#"
data-target=
"series_view"
data-view=
"grid"
>
Grid
</button>
{% endif %}
</div>
<div
class=
"container"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment