Skip to content

Commit

Permalink
Tweak heading/link text for search results - #3591
Browse files Browse the repository at this point in the history
  • Loading branch information
ahaith committed May 12, 2016
1 parent 1b4ab22 commit 473dd83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions talks/templates/search/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h3>Top results</h3>
</ul>
{% endif %}

<h3>Upcoming</h3>
<h5><a href="{% url 'haystack_search_past' %}?q={{query}}">Show past results</a></h5>
<h3>Upcoming Talks</h3>
<h5><a href="{% url 'haystack_search_past' %}?q={{query}}">Show past talks</a></h5>
{% include "events/_event_list.html" with grouped_events=grouped_future_results show_event_time_only=True %}

</div>
Expand Down
4 changes: 2 additions & 2 deletions talks/templates/search/search_past.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@


<div class="col-md-9 col-md-push-3">
<h3>Past results</h3>
<h5><a href="{% url 'haystack_search' %}?q={{query}}">Show upcoming results</a></h5>
<h3>Past Talks</h3>
<h5><a href="{% url 'haystack_search' %}?q={{query}}">Show upcoming talks</a></h5>

{% include "events/_event_list.html" with grouped_events=grouped_past_results show_event_time_only=True %}

Expand Down

0 comments on commit 473dd83

Please sign in to comment.