Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Carlos GO
vernal_server
Commits
a634cae3
Commit
a634cae3
authored
Aug 15, 2020
by
Carlos GO
Browse files
fix missing parent motifs
parent
aefe88f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/motif_page.html
View file @
a634cae3
...
...
@@ -25,7 +25,7 @@ Parent Motifs <br>
{% for p in parents %}
<a
href=
"{{url_for('motif_page', motif_type=motif_type, motif_id='{}'.format(p)) }}"
>
<img
src=
"{{ url_for('static', filename='{}/{}/0.png'.format(motif
s_id
, p)) }}"
style=
"width:200px"
>
<img
src=
"{{ url_for('static', filename='{}/{}/0.png'.format(motif
_type
, p)) }}"
style=
"width:200px"
>
</a>
{% endfor %}
...
...
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