catarse_pagarme 2.7.7 → 2.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/app/views/catarse_pagarme/pagarme/review.html.slim +3 -1
- data/lib/catarse_pagarme/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46c480e2586378d428076b24e1ce8f44d301b4fe
|
|
4
|
+
data.tar.gz: 115a517af6de29503d78dd36c3eed82dbdd13f11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed0f0519fe61884c222a1cb7bc31a7347f5655b8640c8665430a88ef1cf73bd98c86010a7d43688811193a457d7aa16fb947adac9257766efdc2d79eece6c09a
|
|
7
|
+
data.tar.gz: 2825a504697eacdbbf2a04a836dc365a04dda9e842b4b46d974e043515699fb3481565f1f6ec1f76a24ac03ecca3e42baca1dfecf553a66b139bc84cf8c99738
|
data/Gemfile.lock
CHANGED
|
@@ -106,7 +106,9 @@
|
|
|
106
106
|
.fontsize-small.u-marginbottom-40= t('projects.contributions.edit.slip_message')
|
|
107
107
|
|
|
108
108
|
.w-row
|
|
109
|
-
.w-col.w-col-
|
|
109
|
+
.w-col.w-col-2
|
|
110
|
+
.w-col.w-col-8
|
|
110
111
|
#card-loading.loader.u-text-center.w-col.w-col-12.u-marginbottom-30 = image_tag "catarse_bootstrap/loader.gif"
|
|
111
112
|
= submit_tag t('projects.contributions.review.form.labels.build_boleto'), :class => 'btn btn-large u-marginbottom-20', :id => "build_boleto"
|
|
112
113
|
= render partial: 'terms'
|
|
114
|
+
.w-col.w-col-2
|