active_element 0.0.6 → 0.0.8

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: 802b8f61367034b56061929f500f33545ec77aa4ff508620e86bab14a1b86d56
4
- data.tar.gz: 2c8eb033c0c83c1b0dfa266b1f4b65f9d06b9c6e48119846a2274f0658c12440
3
+ metadata.gz: 5242a7d475905339e70a49e13ec799e62d366d5b782906b26e1823a449c34bd4
4
+ data.tar.gz: 2cb78e4a96025c197616390c4f0609d471b07c18490e51f9b942ad8eaab5caf6
5
5
  SHA512:
6
- metadata.gz: 88e31f6363de1418c9b43e305b63020d69494496a7da9e56f3741fd04c79580e7b61ffbccae4fb8889f805b6a7ee80b4c12ba0f031d365ec9b19c5ec49e37682
7
- data.tar.gz: 846b19d055d9911b65a63d86b9aecab5144a8751e6684788ff7d20c68c6eaec2aa80036977aa7c1d1cc19ad18cd7ef74136968139753b4244a05ab72dab28a15
6
+ metadata.gz: 61a0cb96dead7dd521986de443e493a82f4ecfa943997ea20a31ff7aad3d06468c880309022ced85bc964d15465afca126f244ea95af725004fdf3c2004e7759
7
+ data.tar.gz: 0730f46e7d2e91fa8167d4b3379473b3bc73c89db22a1d3029e10c4554b5a3bf315dbf0598fd2a4e012aa7fdb26070b566547c9baf7297c0997be3c7f6129833
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- active_element (0.0.6)
4
+ active_element (0.0.8)
5
5
  bootstrap (~> 5.3.0alpha3)
6
6
  kaminari (~> 1.2)
7
7
  paintbrush (~> 0.1.2)
@@ -2,7 +2,7 @@
2
2
  <% options[:option_groups].each do |group_title, group, group_options| %>
3
3
  <div class="p-3">
4
4
  <a name="<%= ActiveElement::Components::Util::I18n.class_name(group_title) %>"></a>
5
- <%= component.page_section_title group_title %>
5
+ <%= active_element.component.page_section_title group_title %>
6
6
  <%= form.fields_for field do |subform| %>
7
7
  <% group.each do |label, name, checked| %>
8
8
  <%= subform.check_box(name, checked: checked, class: 'me-2') %>
@@ -13,7 +13,7 @@ module ActiveElement
13
13
  Rails.logger.info("#{ActiveElement.log_tag} #{colorized_permissions_message}")
14
14
  return if verified_permissions?
15
15
 
16
- warn "#{log_tag} #{colorized_permissions_message}" if Rails.env.test?
16
+ warn "#{ActiveElement.log_tag} #{colorized_permissions_message}" if Rails.env.test?
17
17
  return controller.redirect_to redirect_path if redirect_to_default_landing_page?
18
18
 
19
19
  render_forbidden
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveElement
4
- VERSION = '0.0.6'
4
+ VERSION = '0.0.8'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_element
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bob Farrell