standard_view 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/standard_view/_index.html.erb +1 -1
- data/lib/standard_view/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3828c485dfab100272829e39c7d31ec5f9dc6a4c5c720bc74a308615e3b3e186
|
4
|
+
data.tar.gz: 90ca7af12e21370958f6bda22d9eb7948a0939d08583241ecf701b45e618297e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c8bcf84c1588db4cb72212bd3a572f0d1ab573d0c21e78233ed747f206c8bac39258e5eaa10b208df9d34655becd1634142afff079b38418478acce5f9b4fd5
|
7
|
+
data.tar.gz: ded0718317f89f001a6f5ca518b52a7ddeb92ed1c2e0c44f78b72d9264153f6998db1d2e4bb07b0714fba528034682ef035387929b777d062ae994e462038f01
|
@@ -38,7 +38,7 @@
|
|
38
38
|
<%= render "standard_view/breadcrumbs", material: list if list.parent? %>
|
39
39
|
|
40
40
|
<% if on_page?(action: :index) && list_law.new? %>
|
41
|
-
<%= link_to t("common.new"), { action: :new }, class: "btn btn-primary
|
41
|
+
<%= link_to t("common.new"), { action: :new }, class: "btn btn-primary float-right" %>
|
42
42
|
<% end %>
|
43
43
|
|
44
44
|
<%= content_tag(:h5, class: "text-muted") { heading_for_model(list.parent) } if list.parent? %>
|