tramway-admin 1.7.7 → 1.7.7.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 313f7fccd039bd897467fd55e7e56fe9890e6b18842ab37a2a6102c85cf4b9aa
|
4
|
+
data.tar.gz: b9e4a87d5cbcd2ff742b582ccf9f4cbcfd3dd80cdead816c95cfd0834e8b8e26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 990beabf0e608fcfeee5a8d5c401553d5ef13ff3c5f19aca395cc50bba06a03a035fa410a41f0c1c60b2d582db22a64077ae554e6beb47daa0d46541e5189935
|
7
|
+
data.tar.gz: abaf784d338610ad564a86946b9e289e9e7c6c823d0e0136858370929688c47a664047018ccc723df62ee389007cc43ec23a3a40669f10abc8e50992e2973970
|
@@ -3,7 +3,7 @@
|
|
3
3
|
- if ::Tramway::Admin.customized_admin_navbar.present?
|
4
4
|
= ::Tramway::Admin.customized_admin_navbar
|
5
5
|
- else
|
6
|
-
= link_to @application&.title || t('aplication.title'), ::Tramway::Admin::Engine.routes.url_helpers.root_path, class: 'navbar-brand'
|
6
|
+
= link_to @application&.try(:title) || @application&.name || t('aplication.title'), ::Tramway::Admin::Engine.routes.url_helpers.root_path, class: 'navbar-brand'
|
7
7
|
%button.navbar-toggler.collapsed{ aria: { controls: :navbar, expanded: "false", label: 'Toggle Navigation' }, data: { target: "#navbar", toggle: :collapse }, type: :button }
|
8
8
|
%span.navbar-toggler-icon
|
9
9
|
.navbar-collapse.collapse#navbar
|