Skip to content

Commit 309fa6f

Browse files
lucaboeschmchurchward
authored andcommitted
Style the print button, resolves #656. (#657)
1 parent 727cefa commit 309fa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/reportpage.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
{{#responses}}{{{.}}}{{/responses}}
8484
{{#bottomnavigationbar}}<div class="box respondentsnavbar">{{{.}}}</div>{{/bottomnavigationbar}}
8585
{{#printparam}}
86-
<button id="print-button" title="{{#str}}print, mod_questionnaire{{/str}}">
86+
<button id="print-button" class="btn btn-primary" title="{{#str}}print, mod_questionnaire{{/str}}">
8787
{{#str}}printbutton, mod_questionnaire{{/str}}
8888
</button>
8989
{{/printparam}}

0 commit comments

Comments
 (0)