We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0736b commit 71e17f3Copy full SHA for 71e17f3
1 file changed
app/views/query/_search_results.html.erb
@@ -7,7 +7,10 @@
7
<h3 class="panel-title">Search Results <small id="sparql_results_time_taken" style="font-size:13px;color:white;"></small></h3>
8
</div>
9
<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> Download</button>
+ <div class="btn-group">
11
+ <button type="button" class="btn btn-danger" onclick="show_sparql_download_modal()"><span class="glyphicon glyphicon-floppy-save"></span> Download</button>
12
+ <button type="button" class="btn btn-warning" ><span class="glyphicon glyphicon-print"></span> Print</button>
13
+ </div>
14
15
16
0 commit comments