Skip to content

Commit

Permalink
btn primary for reaching patient
Browse files Browse the repository at this point in the history
  • Loading branch information
colinxfleming committed Feb 20, 2016
1 parent f1cda95 commit 8512820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/calls/_new_call.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<button type="button" class="close close-terms" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4 class="modal-title">Call <b><%= c.patient.name %></b> now</h4>
<h4><%= c.patient.primary_phone %></h4>
<%= button_to "I reached the patient", calls_path(c, call: { status: 'Reached Patient'} ), method: :post %>
<%= button_to "I reached the patient", calls_path(c, call: { status: 'Reached Patient'} ), method: :post, class: 'btn btn-primary' %>
</br>
<%= link_to "I left a voicemail for the patient", calls_path(c, call: { status: "Left voicemail" } ), method: :post %>
</br>
Expand Down

0 comments on commit 8512820

Please sign in to comment.