material_design 0.4.4 → 0.4.5
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce897d1d1a427418e4c459be563d14a3de51f51e97f3b490984fa72e52d5fa98
|
4
|
+
data.tar.gz: c749e8ba5932eccedd4f772800ee670f0c58991d8c450f56406e22f67500b725
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7241bcd776e093f6ae9ff9adf7ef35f79c31cbf64cff4a59e749a7fc2a1f6a875511b6a31ba269b26c6737df79660d6e12768aac0993cc138989376f8075c45a
|
7
|
+
data.tar.gz: 318398a94c76811c7c95e3270bb745362fe8f0e09c71be5ef2e591ee2b823d5c26c8c5ea6b6eddef71fb153532a3fac3c0883b07579964aad658270206c21b88
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<div class="secondary-tabs--container">
|
2
2
|
<% locals[:tabs].each do |tab| %>
|
3
|
-
<%= render "material_design/tabs/secondary/tab", locals: { label: tab[:label], path: tab[:path] } %>
|
3
|
+
<%= render "material_design/tabs/secondary/tab", locals: { label: tab[:label], path: tab[:path], turbo_frame_tag: locals[:turbo_frame_tag] } %>
|
4
4
|
<% end %>
|
5
5
|
</div>
|
6
6
|
<%= render "material_design/dividers/horizontal", locals: { inset: false } %>
|
@@ -1,3 +1,3 @@
|
|
1
|
-
<%= link_to locals[:path], data: {
|
1
|
+
<%= link_to locals[:path], data: { turbo_frame: locals[:turbo_frame_tag] }, class: class_names('secondary-tabs--tab', active: request.fullpath.start_with?(locals[:path])) do %>
|
2
2
|
<%= render "material_design/typography/title_small", locals: { title: locals[:label] } %>
|
3
3
|
<% end %>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eduardo Yutaka Nakanishi
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-02-
|
12
|
+
date: 2024-02-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|