Skip to content

Commit

Permalink
Merge pull request #6 from openhealthcare/modal-summary-not-lg
Browse files Browse the repository at this point in the history
make the modal summary button small
  • Loading branch information
davidmiller authored Jul 26, 2016
2 parents 68eaa93 + e9eeaed commit 46a55a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dischargesummary/templates/modal_summary_action.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<button class="btn btn-primary btn-lg" ng-click="open_modal('ModalDischargeSummaryCtrl', '/dischargesummary/modals/{{ name }}/', 'lg', {episode: episode})">
<button class="btn btn-primary" ng-click="open_modal('ModalDischargeSummaryCtrl', '/dischargesummary/modals/{{ name }}/', 'lg', {episode: episode})">
<i class="fa fa-envelope-o"></i>
{{ button_display }}
</button>

0 comments on commit 46a55a6

Please sign in to comment.