Skip to content

Commit

Permalink
Added View JSON to message thread (for the nerds)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnvk committed Oct 24, 2014
1 parent 49aba78 commit 9a3626b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/default/html/partials/thread_metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
</ul>
{% endif %}
<ul class="clearfix">
<li>Show:</li>
<li><a href="/message/raw/={{ mid }}/as.text" target="_blank">{{_("Raw Source")}}</a></li>
<li>{{_("View:")}}</li>
<li><a href="/message/raw/={{mid}}/as.text" target="_blank">{{_("Raw Source")}}</a></li>
<li><a href="/thread/={{mid}}/as.json" target="_blank">{{_("JSON")}}</a></li>
</ul>
</div>

0 comments on commit 9a3626b

Please sign in to comment.