meurio_ui 1.4.8 → 1.4.9
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9e6352d7413c65524e55ffd5d26bf0d9bb768c3
|
|
4
|
+
data.tar.gz: 3880b02fceafbf157bb82f29bf83f244572f17a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 282bc0e96b9045756ac4d5a5faa4201078a7782439f60470c6ee6745617f70299d3c59b930eb42020f35d86a666f79e17c80b76673bb789c1eba916f487d9cc3
|
|
7
|
+
data.tar.gz: d440a2d9b5938e54b4e9e190c9e5a91c08324d7a9417398a20d2bed62b77b0fa783fff01a4179356a3cba0097e3ab18f2fd5c14d637c8b309988fdc15b7d3e10
|
|
@@ -46,16 +46,13 @@
|
|
|
46
46
|
= link_to("http://paneladepressao.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
|
|
47
47
|
= image_tag('mrui_pdp.png')
|
|
48
48
|
span= application_name(:pdp)
|
|
49
|
-
= link_to("http://verao.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
|
|
50
|
-
= image_tag('mrui_vds.png')
|
|
51
|
-
span= application_name(:vds)
|
|
52
49
|
= link_to("http://multitude.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
|
|
53
50
|
= image_tag('mrui_multitude.png')
|
|
54
51
|
span= application_name(:multitude)
|
|
55
52
|
= link_to("http://imagine.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
|
|
56
53
|
= image_tag('mrui_imagine.png')
|
|
57
54
|
span= application_name(:imagine)
|
|
58
|
-
= link_to("http://apoie
|
|
55
|
+
= link_to("http://apoie.meurio.org.br/", class: :meurio_app) do
|
|
59
56
|
= image_tag('mrui_apoie.png')
|
|
60
57
|
span= application_name(:apoie)
|
|
61
58
|
= link_to("http://deolho.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
|
data/lib/meurio_ui/version.rb
CHANGED
|
@@ -10,7 +10,6 @@ module MeurioUi
|
|
|
10
10
|
def application_name app
|
|
11
11
|
return "Nossas Cidades" if app == :minhascidades
|
|
12
12
|
return "Panela de Pressão" if app == :pdp
|
|
13
|
-
return "Verão do Saneamento" if app == :vds
|
|
14
13
|
return "Imagine" if app == :imagine
|
|
15
14
|
return "Faça Acontecer" if app == :apoie
|
|
16
15
|
return "De Olho" if app == :deolho
|