meurio_ui 1.3.5 → 1.3.6

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: da94e3f7fac7d2410f80b8435dcb0266c96396c3
4
- data.tar.gz: 53f03de2db494952f023c0bf6979af82bf6fe03d
3
+ metadata.gz: 8e0b069f9a0be87ef6c843e44217b098a5f3f99f
4
+ data.tar.gz: e43855371ccb0f9d206e5758df3ff98636dbb79e
5
5
  SHA512:
6
- metadata.gz: 92ca8c94a3afc635ca018802cdd7e62fd5ead7bc4d5622585ea8c2d17b0dc7ac9608ca7284cb1c4e0e65f3a8941cdedf541bae8d79cc3e48da6cb10d2556b942
7
- data.tar.gz: 58fbd236b303ac26ce70d63aebddd2dc8f33036ac5d14cb66c855bb50f8ec9785ca74debabb8167aef8317d500edc26ac10279e9a162bd42a45c58a1fcd94b43
6
+ metadata.gz: 30c0f07a8ed12ad41599d17481266251e977b2d52029be3287549e7f8d29f884892bddad4f72cf5d1e59d95ba7d2c7d8178b18e2244e02df3bef0ad00d2c6334
7
+ data.tar.gz: e1d381311c553ab837f71c03322c57fc2b03d4cc022cb74ee15920dfce6e43a24c507c965f9369ee97c04ca1b21dbee563e78599e489bd7e57a402dcc3581f7e
@@ -19,11 +19,12 @@
19
19
  line-height: 35px
20
20
  a
21
21
  color: white
22
- img
23
- width: 30px
24
- +border-radius(30px)
25
- vertical-align: middle
26
- margin-right: .5em
22
+ img
23
+ width: 30px
24
+ +border-radius(30px)
25
+ vertical-align: middle
26
+ margin-right: .5em
27
+ display: inline-block
27
28
  .icon-triangle-down
28
29
  font-size: .8em
29
30
  top: 3px
@@ -40,10 +41,14 @@
40
41
  right: 0
41
42
  top: 49px
42
43
  display: none
43
- a
44
+ a, span
44
45
  display: block
45
46
  padding: 0 1em
46
47
  color: white
48
+ span
49
+ color: rgba(255, 255, 255, .5)
50
+ font-weight: normal
51
+ padding: 0
47
52
 
48
53
  .meurio_apps_and_application_menu
49
54
  line-height: 59px
@@ -11,10 +11,13 @@
11
11
  = current_user.name
12
12
  = content_tag(:span, nil, class: 'icon-triangle-down')
13
13
  .current_user_links
14
+ span Conta
14
15
  = link_to "Ver perfil", "http://meurio.org.br/users/#{current_user.id}"
15
16
  = link_to "Editar perfil", "http://accounts.meurio.org.br/users/#{current_user.id}/edit"
16
17
  = link_to "Sair", "http://accounts.meurio.org.br/logout"
17
- = yield :current_user_links
18
+ - if content_for? :current_user_links
19
+ span= application_name(@app)
20
+ = yield :current_user_links
18
21
  - else
19
22
  = link_to 'Entrar', "http://accounts.meurio.org.br/?redirect_url=#{request.url}", class: :hollow_btn
20
23
  .clear
@@ -1,5 +1,5 @@
1
1
  module MeurioUi
2
2
  module Rails
3
- VERSION = "1.3.5"
3
+ VERSION = "1.3.6"
4
4
  end
5
5
  end
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.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nícolas Iensen