Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
8c27c5e2
Commit
8c27c5e2
authored
Sep 08, 2013
by
Simon Daron
Browse files
replace emission-inline by emission-resume
parent
407ab20f
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions.html
View file @
8c27c5e2
...
...
@@ -10,7 +10,7 @@
<ul
class=
"custom list columns padded"
>
{% for emission in emissions %}
<li
class=
"item {% if emission.categories.all.count = 0 %}nocat{% endif %} {% for category in emission.categories.all %} {{ category|slugify }}{% endfor %}{% if emission.archived %} archived{% endif %}"
>
{% emission_
inlin
e %}
</li>
>
{% emission_
resum
e %}
</li>
{% endfor %}
</ul>
</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