Skip to content

Commit

Permalink
OIZ-58 fixed the styling of the download button when downloading a ma…
Browse files Browse the repository at this point in the history
…terial as a dataset
  • Loading branch information
Nityan Khanna committed May 7, 2018
1 parent c1ed13e commit d69ea76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenIZAdmin/Views/Material/ViewMaterial.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<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
<a href="@Url.Action("DownloadAsDataset", "Material", new { id = Model.Id })" title="@Locale.Download">
<span class="glyphicon glyphicon-download"></span>
<span class="text-primary h4">@Locale.Download</span>
</a>
</div>
</div>
Expand Down

0 comments on commit d69ea76

Please sign in to comment.