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: b1d82c41f801979f23dbbc1229e6510a06a58d28
4
- data.tar.gz: edec433a18375eadab45988d47317f7a1250a447
3
+ metadata.gz: a9e6352d7413c65524e55ffd5d26bf0d9bb768c3
4
+ data.tar.gz: 3880b02fceafbf157bb82f29bf83f244572f17a2
5
5
  SHA512:
6
- metadata.gz: 2f0ec4aac938a8fce450d779ce95d26a53f439fce100260cb660d3221082b0dc3cc617ab7af12d29082d5815f5d7c41a1666fb948efa786f621c3e5cb22f64aa
7
- data.tar.gz: 4f746e3777b3c36628bd75d0972c170688825b24efc4fa767cadb83664eb76b6d36016a5224ef8be1f3d907c797454c83fd7619b838b093c4bd13a79e7bf1cd5
6
+ metadata.gz: 282bc0e96b9045756ac4d5a5faa4201078a7782439f60470c6ee6745617f70299d3c59b930eb42020f35d86a666f79e17c80b76673bb789c1eba916f487d9cc3
7
+ data.tar.gz: d440a2d9b5938e54b4e9e190c9e5a91c08324d7a9417398a20d2bed62b77b0fa783fff01a4179356a3cba0097e3ab18f2fd5c14d637c8b309988fdc15b7d3e10
@@ -85,7 +85,7 @@
85
85
  background: white
86
86
  top: 59px
87
87
  z-index: 1000
88
- width: 940px
88
+ width: 840px
89
89
  padding: 2em 1em 1em 1em
90
90
  display: none
91
91
  .meurio_app
@@ -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.#{ENV["MEURIO_DOMAIN"]}/", class: :meurio_app) do
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
@@ -1,5 +1,5 @@
1
1
  module MeurioUi
2
2
  module Rails
3
- VERSION = "1.4.8"
3
+ VERSION = "1.4.9"
4
4
  end
5
5
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: meurio_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.8
4
+ version: 1.4.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nícolas Iensen