Skip to content

Commit

Permalink
OIZ-58 added the link to download the materials as dataset files on t…
Browse files Browse the repository at this point in the history
…he view material page
  • Loading branch information
Nityan Khanna committed May 7, 2018
1 parent e4fa0a0 commit 42fa653
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OpenIZAdmin/Views/Material/ViewMaterial.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<span class="glyphicon glyphicon-pencil"></span>
<span class="text-primary h4">@Locale.Edit</span>
</a>
<a class="btn btn-primary btn-sm" href="@Url.Action("Download", "Report", new { id = Model.Id })">
@Locale.Download
<span class="glyphicon glyphicon-download"></span>
</a>
</div>
</div>
<div class="panel panel-body">
Expand Down

0 comments on commit 42fa653

Please sign in to comment.