Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simone Rossi
main
Commits
7129fa3a
Commit
7129fa3a
authored
Nov 03, 2017
by
Daniele Venzano
Browse files
Fix missing logo
parent
a1e5d776
Changes
1
Hide whitespace changes
Inline
Side-by-side
zoe_api/web/templates/zapp_start.html
View file @
7129fa3a
...
...
@@ -9,7 +9,7 @@
{% block content %}
<div
class=
"zapp-description"
>
<img
src=
"{{ reverse_url("
zappshop_logo
",
zapp.id
)
}}"
alt=
"logo"
>
<img
src=
"{{ reverse_url("
zappshop_logo
",
zapp.id
+
'
-
'
+
zapp.manifest_index
|
string
)
}}"
alt=
"logo"
>
{{ zapp.readable_description|safe }}
</div>
...
...
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