Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
f039ec66
Commit
f039ec66
authored
Apr 28, 2016
by
LE GAC Renaud
Browse files
Fix a bug on the origin in the check and validate HTML page.
parent
b02e583e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
views/wizards/check_validate.html
views/wizards/check_validate.html
+2
-0
No files found.
views/wizards/check_validate.html
View file @
f039ec66
...
...
@@ -44,6 +44,8 @@
for row in logs:
origin = db.publications[row.id].origin
if origin:
origin = origin.split(",")
origin = origin[0].strip()
row.title = str(A(row.title, _href=origin, _target="_blank"))
pass
pass
...
...
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