Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add fixity button
  • Loading branch information
yinlinchen authored and Andrew Woods committed Mar 8, 2015
1 parent af48df0 commit b7b5f97
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -15,8 +15,8 @@
</form>
#else
#if ($content != "")
<a href="$content" class="btn btn-success btn-lg"><span class="glyphicon glyphicon-download"></span> Download Content</a>

<a href="$content" class="btn btn-success btn-lg"><span class="glyphicon glyphicon-download"></span> Download Content</a><br/><br/>
<a href="$content/fcr:fixity" class="btn btn-success btn-lg">Fixity</a>
#if ($writable == true)
<h3>Update Content</h3>
<form action="javascript:updateFile()">
Expand Down

0 comments on commit b7b5f97

Please sign in to comment.