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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c008e64756322089fed61a72c05266374a16f8ace7c8acf66cd68e404b75ae2e
4
- data.tar.gz: f470acc9bc29aa29b85627da44467edb1bf623b356a490b538fbe1710ca1d7fa
3
+ metadata.gz: 3828c485dfab100272829e39c7d31ec5f9dc6a4c5c720bc74a308615e3b3e186
4
+ data.tar.gz: 90ca7af12e21370958f6bda22d9eb7948a0939d08583241ecf701b45e618297e
5
5
  SHA512:
6
- metadata.gz: 249ca7dd708c7d88e113e7cff2d9615bc52d962b7f280a85459ce3c42c7a1c93f3bf1954fd5ba6b3a31dfba1022e5e385ad47a055f96b783c0467e607c30dd51
7
- data.tar.gz: 7d190a02123ee342c39e9192f338b775c4c0f854968f90fbdffe29195d11a6af504fa6d7e4cec401d1c248331fb37a3de2c995557ed9b558f6b068c116abd04b
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 btn-lg float-right" %>
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? %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module StandardView
4
- VERSION = "0.1.6"
4
+ VERSION = "0.1.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: standard_view
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Garside