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
f09e5ed9
Commit
f09e5ed9
authored
Sep 08, 2013
by
fred
Browse files
search: add a blank space below emission if it has no subtitle
parent
778ab500
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/emissions/search_result.html
View file @
f09e5ed9
...
...
@@ -2,5 +2,5 @@
<span
class=
"icon-microphone"
></span>
<strong>
{{ result.object.title }}
</strong>
<br
/>
<span>
{{ result.object.subtitle }}
</span>
<span>
{
% if result.object.subtitle %}{
{ result.object.subtitle }}
{% else %} {% endif %}
</span>
</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