Skip to content

Commit

Permalink
Other style tags
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciaan committed Jan 15, 2017
1 parent bc5bbfe commit 66d927f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/registration_mailer/ticket.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</tr>
<% if @registration.event.registration_cancelable %>
<tr>
<td style="padding: 0 0 15px; font: 16px/23px Arial, Helvetica, sans-serif; color: #fff;">To cancel <%= link_to "click here", cancel_event_registration_url(event_id: @registration.event.id, id: @registration.id, barcode: @registration.barcode), style='font-size: 16px; font-weight: bold; color: #fff; text-decoration: none;' %></td>
<td style="padding: 0 0 15px; font: 16px/23px Arial, Helvetica, sans-serif; color: #fff;">To cancel <%= link_to "click here", cancel_event_registration_url(event_id: @registration.event.id, id: @registration.id, barcode: @registration.barcode), {style=>'font-size: 16px; font-weight: bold; color: #fff; text-decoration: none;'} %></td>
</tr>
<% end %>
</tbody>
Expand Down

0 comments on commit 66d927f

Please sign in to comment.