Skip to content

Commit

Permalink
make the modal summary button small
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jul 26, 2016
1 parent ac3e349 commit e9eeaed
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 e9eeaed

Please sign in to comment.