Skip to content

Commit

Permalink
Merge pull request #239 from B2SHARE/issue_238
Browse files Browse the repository at this point in the history
Update record.html
  • Loading branch information
emanueldima committed Apr 7, 2014
2 parents 17ad9a4 + 6ab39d8 commit 449b609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio/templates/record.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<td><a href="{{file.get_url()}}">{{ file.get_full_name() }}</a></td>
<td>{{ file.md.strftime('%d %b %Y') }}</td>
<td>{{ file.size|filesizeformat }}</td>
<td><span class="pull-right">{% if file.get_superformat() == '.pdf' %}<button class="btn preview-link" data-url="{{file.get_url()}}"><i class="icon-eye-open"></i> {{_("Preview")}}</button>{% endif %} <a class="btn" href="{{file.get_url()}}"><i class="icon-download"></i> {{_("Download")}}</a></span></td>
<td><span class="pull-right">{% if file.get_superformat() == '.pdf' %}<button class="btn preview-link" data-url="{{file.get_full_url()}}"><i class="icon-eye-open"></i> {{_("Preview")}}</button>{% endif %} <a class="btn" href="{{file.get_full_url()}}"><i class="icon-download"></i> {{_("Download")}}</a></span></td>
</tr>
{%- endfor -%}
</tbody>
Expand Down

0 comments on commit 449b609

Please sign in to comment.