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
panikdb
Commits
f6c0d8a3
Commit
f6c0d8a3
authored
Sep 05, 2013
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add icon to open emission view page
parent
8d98ff96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
panikdb/static/css/style.css
panikdb/static/css/style.css
+1
-0
panikdb/templates/home.html
panikdb/templates/home.html
+1
-1
No files found.
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