No-print for export buttons

This commit is contained in:
2015-11-02 09:43:16 -05:00
parent bcf2207d7b
commit 545ac699ad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
<div class="btn-toolbar clearfix">
@Html.ActionLink("Export", "ExportDriverMileageReport", Model.Query, new { @class = "btn" })
@Html.ActionLink("Export", "ExportDriverMileageReport", Model.Query, new { @class = "btn no-print" })
</div>
@Html.DisplayFor(m => m.Query)
+1 -1
View File
@@ -10,7 +10,7 @@
<h2><i class="fa fa-road"></i> @ViewBag.Title</h2>
<div class="btn-toolbar clearfix">
@Html.ActionLink("Export", "ExportVehicleMileageReport", Model.Query, new { @class = "btn" })
@Html.ActionLink("Export", "ExportVehicleMileageReport", Model.Query, new { @class = "btn no-print" })
</div>
@Html.DisplayFor(m => m.Query)