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
radiopanik
panikweb
Commits
e02146ec
Commit
e02146ec
authored
Sep 08, 2013
by
Simon Daron
Browse files
add non-stop links
parent
9b408a63
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/includes/week.html
View file @
e02146ec
...
...
@@ -30,7 +30,7 @@
{% elif cell.emission %}
{% with cell.emission as emission %}{% emission_resume %}{% endwith %}
{% else %}
<a
href=
""
class=
"inBlock nonstop box smooth"
><em>
{{ cell.label }}
</em></a>
<a
href=
"
{% url 'emission-view' slug=cell.slug %}
"
class=
"inBlock nonstop box smooth"
><em>
{{ cell.label }}
</em></a>
{% endif %}
{% endfor %}
</div>
...
...
Write
Preview
Supports
Markdown
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