meurio_ui 1.4.7 → 1.4.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b1d82c41f801979f23dbbc1229e6510a06a58d28
|
|
4
|
+
data.tar.gz: edec433a18375eadab45988d47317f7a1250a447
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f0ec4aac938a8fce450d779ce95d26a53f439fce100260cb660d3221082b0dc3cc617ab7af12d29082d5815f5d7c41a1666fb948efa786f621c3e5cb22f64aa
|
|
7
|
+
data.tar.gz: 4f746e3777b3c36628bd75d0972c170688825b24efc4fa767cadb83664eb76b6d36016a5224ef8be1f3d907c797454c83fd7619b838b093c4bd13a79e7bf1cd5
|
|
Binary file
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
nav.top-bar data={topbar: true} role="navigation"
|
|
4
4
|
ul.title-area
|
|
5
5
|
li.name
|
|
6
|
-
h1= link_to image_tag('
|
|
6
|
+
h1= link_to image_tag('mrui_nossascidades.png'), "http://www.#{ENV['MEURIO_DOMAIN']}"
|
|
7
7
|
li.toggle-topbar.icon-list
|
|
8
8
|
section.top-bar-section
|
|
9
9
|
ul.left
|
|
10
|
-
li= link_to image_tag('mrui_meurio.png'), "http://www.
|
|
10
|
+
li= link_to image_tag('mrui_meurio.png'), "http://www.nossascidades.org/organizations/1", target: :blank
|
|
11
11
|
li.divider
|
|
12
|
-
li= link_to image_tag('mrui_minhasampa.png'), "http://www.
|
|
12
|
+
li= link_to image_tag('mrui_minhasampa.png'), "http://www.nossascidades.org/organizations/2", target: :blank
|
|
13
13
|
- if [:minhascidades, :pdp, :multitude, :compartilhaco, :accounts].include?(@app)
|
|
14
14
|
ul.right
|
|
15
15
|
- if current_user.present?
|
|
@@ -71,6 +71,6 @@
|
|
|
71
71
|
- unless [:minhascidades, :pdp, :multitude, :compartilhaco].include?(@app)
|
|
72
72
|
a.icon-warning href="#" data-dropdown="support-alert"
|
|
73
73
|
#support-alert.f-dropdown.content data-dropdown-content=true
|
|
74
|
-
| Esta versão do #{application_name(@app)} está disponível apenas para a cidade do Rio de Janeiro. Em breve disponibilizaremos para toda a #{link_to "Rede
|
|
74
|
+
| Esta versão do #{application_name(@app)} está disponível apenas para a cidade do Rio de Janeiro. Em breve disponibilizaremos para toda a #{link_to "Rede Nossas Cidades", "http://www.nossascidades.org/"}.
|
|
75
75
|
.application_menu= yield :application_menu
|
|
76
76
|
.clear
|
data/lib/meurio_ui/version.rb
CHANGED
|
@@ -8,7 +8,7 @@ module MeurioUi
|
|
|
8
8
|
end
|
|
9
9
|
|
|
10
10
|
def application_name app
|
|
11
|
-
return "
|
|
11
|
+
return "Nossas Cidades" if app == :minhascidades
|
|
12
12
|
return "Panela de Pressão" if app == :pdp
|
|
13
13
|
return "Verão do Saneamento" if app == :vds
|
|
14
14
|
return "Imagine" if app == :imagine
|
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.
|
|
4
|
+
version: 1.4.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nícolas Iensen
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-10-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -77,9 +77,9 @@ files:
|
|
|
77
77
|
- app/assets/images/mrui_imagine.png
|
|
78
78
|
- app/assets/images/mrui_meurio.png
|
|
79
79
|
- app/assets/images/mrui_minhasampa.png
|
|
80
|
-
- app/assets/images/mrui_minhascidades.png
|
|
81
80
|
- app/assets/images/mrui_minhascidades2.png
|
|
82
81
|
- app/assets/images/mrui_multitude.png
|
|
82
|
+
- app/assets/images/mrui_nossascidades.png
|
|
83
83
|
- app/assets/images/mrui_pdp.png
|
|
84
84
|
- app/assets/images/mrui_petitions.png
|
|
85
85
|
- app/assets/images/mrui_salveainternet.png
|
|
Binary file
|