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
panikdb
Commits
f6c0d8a3
Commit
f6c0d8a3
authored
Sep 05, 2013
by
fred
Browse files
add icon to open emission view page
parent
8d98ff96
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikdb/static/css/style.css
View file @
f6c0d8a3
...
...
@@ -449,5 +449,6 @@ a [class^="icon-"], a [class*=" icon-"] {
.icon-circle-arrow-right
:before
{
content
:
"\f0a9"
;
}
.icon-music
:before
{
content
:
"\f001"
;
}
.icon-th
:before
{
content
:
"\f00a"
;
}
.icon-eye-open
:before
{
content
:
"\f06e"
;
}
.icon-circle-arrow-down
:after
{
content
:
" \f0ab"
;
}
panikdb/templates/home.html
View file @
f6c0d8a3
...
...
@@ -3,7 +3,7 @@
{% block content %}
{% for emission in emissions %}
<h2>
{{ emission.title }}
</h2>
<h2>
{{ emission.title }}
<a
href=
"{% url 'emission-view' slug=emission.slug %}"
class=
"icon-eye-open"
></a>
</h2>
<a
class=
"big-friendly-button"
href=
"{% url 'episode-add' emission_slug=emission.slug %}"
>
Ajouter un épisode
</a>
...
...
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