Skip to content

Commit d6e7244

Browse files
committed
Dataset View: Missing icon for unstructured download #2199
1 parent 0cd9ff8 commit d6e7244

File tree

1 file changed

+1
-1
lines changed
  • Console/BExIS.Web.Shell/Areas/DDM/BExIS.Modules.Ddm.UI/Views/Data

1 file changed

+1
-1
lines changed

Console/BExIS.Web.Shell/Areas/DDM/BExIS.Modules.Ddm.UI/Views/Data/ShowData.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
}
263263
else
264264
{
265-
<a class="bx-button small function" href="@Url.Action("DownloadZip", "Data", new { id = @Model.Id, version = Model.VersionId, format = "" })">Download Dataset</a>
265+
<a class="bx-button small function" href="@Url.Action("DownloadZip", "Data", new { id = @Model.Id, version = Model.VersionId, format = "" })"><span class="fa fa-download" style="padding-right: 5px;"></span>Download Dataset</a>
266266
}
267267
}
268268
else

0 commit comments

Comments
 (0)