app/views/iugu/account/payment_history.html.haml in iugusdk-1.0.1 vs app/views/iugu/account/payment_history.html.haml in iugusdk-1.0.2
- old
+ new
@@ -1,9 +1,9 @@
-%h3
+%h1
Histórico de Pagamentos
-%table
+%table.table
%tr
%th ID
%th Total
%th Vencimento
%th Status
@@ -16,6 +16,6 @@
%td
= I18n.l invoice.due_date.to_date, format: :short
%td
= I18n.t "invoice_status.#{invoice.status}"
-= link_to I18n.t("iugu.back"), account_view_path(id: params[:account_id]), class: "button no-bottom-margin"
+= link_to I18n.t("iugu.back"), account_view_path(id: params[:account_id]), class: "btn btn-primary btn-block"