Skip to content

Commit 71e17f3

Browse files
author
Gaurav SinghaRoy
committed
added a mock print button
1 parent fa0736b commit 71e17f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/views/query/_search_results.html.erb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<h3 class="panel-title">Search Results &nbsp;&nbsp;<small id="sparql_results_time_taken" style="font-size:13px;color:white;"></small></h3>
88
</div>
99
<div class="col-md-3 ">
10-
<button type="button" class="btn btn-danger pull-right" onclick="show_sparql_download_modal()"><span class="glyphicon glyphicon-floppy-save"></span>&nbsp;Download</button>
10+
<div class="btn-group">
11+
<button type="button" class="btn btn-danger" onclick="show_sparql_download_modal()"><span class="glyphicon glyphicon-floppy-save"></span>&nbsp;Download</button>
12+
<button type="button" class="btn btn-warning" ><span class="glyphicon glyphicon-print"></span>&nbsp;Print</button>
13+
</div>
1114
</div>
1215
</div>
1316
</div>

0 commit comments

Comments
 (0)