Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
radiopanik
panikweb
Commits
349b3efb
Commit
349b3efb
authored
Aug 19, 2013
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Create episode resume /detail and add truncate text on resume"
This reverts commit
c654cdf4
.
parent
d88dc0a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
panikweb_templates/templates/emissions/detail.html
panikweb_templates/templates/emissions/detail.html
+1
-1
panikweb_templates/templates/episodes/detail.html
panikweb_templates/templates/episodes/detail.html
+3
-6
No files found.
panikweb_templates/templates/emissions/detail.html
View file @
349b3efb
...
...
@@ -48,7 +48,7 @@
{% if episodes %}
<div
class=
"episode-list"
>
{% for episode in episodes %}
{% include "episodes/
resume
.html" %}
{% include "episodes/
detail
.html" %}
{% endfor %}
</div>
{% endif %}
...
...
panikweb_templates/templates/episodes/detail.html
View file @
349b3efb
...
...
@@ -25,19 +25,16 @@
<button
class=
"symbol download"
>
I
</button>
<button
class=
"symbol buy"
>
C
</button>
</div>
<!--
<div class="logo">
<img src="http://placehold.it/100X100" />
</div>
-->
<div
class=
"content"
>
<h4
class=
"title"
><a
href=
"{{ episode.slug }}"
>
{{ episode.title }}
</a></h4>
{% if episode.description %}
<div
class=
"description"
>
{{ episode.description|safe }}
</div>
{% endif %}
{% if episode.text %}
<article
class=
"text"
>
{{ episode.text|safe}}
{{ episode.text|safe
}}
</article>
{% endif %}
<!--
...
...
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