Skip to content

Commit

Permalink
When linking to the id page, we have the space so go for the largest …
Browse files Browse the repository at this point in the history
…size
  • Loading branch information
pypingou committed Feb 28, 2014
1 parent 38403ef commit 28e6440
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datagrepper/templates/raw.html
Expand Up @@ -11,7 +11,8 @@
<p><b>{{dict['title']}}</b></p>
<p> {{dict['subtitle']}} </p>
{% if 'msg_id' in dict %}
<a href="{{url_for('msg_id')}}?id={{dict['msg_id']}}&is_raw=true"><span class="details-history">Details</span></a>
<a href="{{url_for('msg_id')}}?id={{dict['msg_id']}}&is_raw=true&size=extra-large">
<span class="details-history">Details</span></a>
{% endif %}
{% if 'is_raw' in dict %}
<a href="#" onclick="history.go(-1)">Go Back</a>
Expand Down

0 comments on commit 28e6440

Please sign in to comment.