catarse_credits 0.0.1 → 0.0.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a82c8f4664ad26461b19833160057e42503cf604
4
- data.tar.gz: 7475489c1a3d18b6aceacc3a38ac51f5625d3752
3
+ metadata.gz: 6be801f2834ce1553dcb97dc543cf47acd3b3a86
4
+ data.tar.gz: cf1b3ec7de45af65eb397c0e7038659243c700a1
5
5
  SHA512:
6
- metadata.gz: 6ee24c3d0e98608db84670e127973735cf13222309dc0d9360c5a638bdf7bde262ea8056e11f5d24a3ed6ab005615428d7cc7bfabb1f0b8e488d0ba41dfce76b
7
- data.tar.gz: ac8bd4afca3b9e25ab04a56dfad276c62304abd6223de6c723d1e824a07fbe8752b4627916f30b6ce5906cf25bf4177ba7e12311f05e44bc6e45d909b2d236db
6
+ metadata.gz: b9e941d7b1c706e4ae08a2cd5528aee0e438d0678280eb062716fd910dd19c636ddaf20378615a7f41baa5100b99dfdb551921cfa084d239953119a8b526368e
7
+ data.tar.gz: 5423fbc3f530d95b1791a8f387c4ef41095d311e3a0c6f205e84ec743b26f66bee4abef497d2d3f4df73906a56a3d8ca0b08b5cf72e1c02ae8912d91c2203fc7
@@ -2,9 +2,9 @@
2
2
  #contribute_with_credits
3
3
  .bootstrap-alert
4
4
  .alert
5
- #credits_notice= "Seus creditos não são suficientes para completar esse apoio, por favor escolha outro meio de pagamento."
5
+ #credits_notice= t('projects.contributions.edit.insufficient_credits')
6
6
  - else
7
- h3 Pagar utilizando creditos
7
+ h3= t('projects.contributions.edit.credits_title')
8
8
  br/
9
9
  p= t('projects.contributions.edit.credits_notice_html', credits: number_to_currency((current_user.credits - @contribution.value), unit: 'R$', precision: 0, delimiter: '.'))
10
10
  br/
@@ -13,4 +13,4 @@
13
13
  = form_tag pay_credit_path(params[:id]) do
14
14
  .clearfix
15
15
  .bootstrap-twitter
16
- = submit_tag 'Pagar com creditos', :class => 'btn btn'
16
+ = submit_tag t('projects.contributions.edit.credits_submit'), :class => 'btn btn'
@@ -1,3 +1,3 @@
1
1
  module CatarseCredits
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: catarse_credits
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antônio Roberto Silva