Skip to content

Commit

Permalink
Fixed feed search description
Browse files Browse the repository at this point in the history
Signed-off-by: Matheus Fernandes <[email protected]>
Signed-off-by: Lucas Kanashiro <[email protected]>
  • Loading branch information
msfernandes committed Dec 16, 2015
1 parent cdaaafa commit 5ba32d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<small>{{ result.created_at|date:"d F Y" }} {% profile_url result.username %}</small>

<h4><a href="{{result.url}}">{{ result.title }}</a></h4>
{% if result.body %}
{% if result.body and result.body != "{}" %}
<p><a href="{{result.url}}">{{ result.body|striptags|truncatechars:"140" }}</a></p>
{% endif %}
{% endif %}

<small class="colab-result-register">{% trans "Registred in" %}: <strong>{% trans "Article" %}</strong></small>
</div>
Expand Down

0 comments on commit 5ba32d8

Please sign in to comment.