Skip to content

Commit

Permalink
series: Add a link to download the mbox file of a full revision
Browse files Browse the repository at this point in the history
Fixes: #76
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
  • Loading branch information
Damien Lespiau committed Nov 20, 2015
1 parent e393671 commit b3b30d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h2 {
margin: 18px 0 18px 0;
}

h2 a, h2 span {
h2 a, h2 span, h3 a, h3 span {
font-size: 14px;
padding-left: 5px;
font-weight: normal;
Expand Down
2 changes: 1 addition & 1 deletion patchwork/templates/patchwork/series.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h2>Revisions</h2>
<div role="tabpanel" id="rev{{ revision.version }}"
class="tab-pane fade{% if forloop.last %} in active{% endif %}">

<h3>Patches</h3>
<h3>Patches <a href="{% url 'seriesrevision-mbox' series.pk revision.version %}" >download mbox</a></h3>

<div class="well transparent">
<table class="table table-hover table-condensed pw-list" id="series-patchlist">
Expand Down

0 comments on commit b3b30d8

Please sign in to comment.