Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #961 from darkwing/kuma-diff-764006
Browse files Browse the repository at this point in the history
fix bug 764006 - Remove summary and keywords from revision diff
  • Loading branch information
groovecoder committed Mar 27, 2013
2 parents 0d7c90d + 1099de8 commit 9693034
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/wiki/templates/wiki/includes/revision_diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,6 @@ <h3>
<dd class="rev-to">{{ revision_to.tags }}</dd>
{% endif %}

{% if revision_from.keywords or revision_to.keywords %}
<dt>{{ _('Keywords:') }}</dt>
<dd class="rev-from">{{ revision_from.keywords }}</dd>
<dd class="rev-to">{{ revision_to.keywords }}</dd>
{% endif %}

{% if revision_from.summary or revision_to.summary %}
<dt>{{ _('Search results summary:') }}</dt>
<dd class="rev-from">{{ revision_from.summary }}</dd>
<dd class="rev-to">{{ revision_to.summary }}</dd>
{% endif %}

<dt>{{ _('Content:') }}</dt>
<dd>{{ diff_table(revision_from.content, revision_to.content, revision_from.id, revision_to.id) }}</dd>
</dl>
Expand Down

0 comments on commit 9693034

Please sign in to comment.