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
ced0bcfe
Commit
ced0bcfe
authored
May 29, 2021
by
Ozzie Isaacs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing " in books table
parent
8c0aa79f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
book_table.html
cps/templates/book_table.html
+2
-2
No files found.
cps/templates/book_table.html
View file @
ced0bcfe
...
...
@@ -77,11 +77,11 @@
<p></p>
<div
class=
"text-left"
>
{{_('Books with Title will be merged from:')}}
</div>
<p></p>
<div
class=
text-left"
id=
"merge_from"
></div>
<div
class=
"
text-left"
id=
"merge_from"
></div>
<p></p>
<div
class=
"text-left"
>
{{_('Into Book with Title:')}}
</div>
<p></p>
<div
class=
text-left"
id=
"merge_to"
></div>
<div
class=
"
text-left"
id=
"merge_to"
></div>
</div>
<div
class=
"modal-footer"
>
<input
type=
"button"
class=
"btn btn-danger"
value=
"{{_('Merge')}}"
name=
"merge_confirm"
id=
"merge_confirm"
data-dismiss=
"modal"
>
...
...
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