thecore_ui_commons 3.3.2 → 3.3.3

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: 6050888f10704413ce0bab1f420b732727d0632c1777c3aa63ae11f8dee0c620
4
- data.tar.gz: 386ec8108da2d0cbf633b094e0282115735bb1649db8a3db580c96279d364c87
3
+ metadata.gz: d2c38fcee24be3f2052ea6ed550832342f63bdf64beee13e7089c8f6975530f6
4
+ data.tar.gz: c751d38627ffbfdaca645ac06e42f688be779ca80b3db1953cdcee5e5aae754d
5
5
  SHA512:
6
- metadata.gz: 123e0c4bdc03e9309a89d10ab9e3f35d19bed337cd49066ea4443a467224c112824652b976272c625f81fa47e9f840bda7a38b9f9bca84d39d7b6525f9fbf60f
7
- data.tar.gz: 407d6815f56a18426c9a0d4e4dd617a20c8b52d26924ce6214503d252908eea473c2960ff398fa7769cf154c86551089bc84b4e87092c8c0e469f13c61028458
6
+ metadata.gz: c5eba74b0d494e7ab67271f2df6ebd563779ce92209c757ae4ab525cee2a64989cb925c2dcb3d0cdca87a5bd126dedd6aec34d9dcf9e62c5431b9e91dfc0df4e
7
+ data.tar.gz: 38b7435b22eef86ed1525a359e735163357df4ca03b588e3d2a7cf200aba44c86f1adaf8fa3a22c73409e7c8838ad61c7923c5f70d4c7c2af3119e903c8eae65
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiCommons
2
- VERSION = "3.3.2".freeze
2
+ VERSION = "3.3.3".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_commons
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
@@ -118,7 +118,6 @@ files:
118
118
  - app/controllers/info_controller.rb
119
119
  - app/helpers/thecore_helper.rb
120
120
  - app/views/contact_mailer/contact_message.html.erb
121
- - app/views/devise/shared/_links.html.erb
122
121
  - app/views/info/swagger.html.erb
123
122
  - app/views/kaminari/_first_page.html.erb
124
123
  - app/views/kaminari/_gap.html.erb
@@ -1,25 +0,0 @@
1
- <%- if controller_name != 'sessions' %>
2
- <p><%= link_to "Log in", new_session_path(resource_name) %></p>
3
- <% end %>
4
-
5
- <%- if devise_mapping.registerable? && controller_name != 'registrations' %>
6
- <p><%= link_to "Sign up", new_registration_path(resource_name) %></p>
7
- <% end %>
8
-
9
- <%- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' %>
10
- <p><%= link_to "Forgot your password?", new_password_path(resource_name) %></p>
11
- <% end %>
12
-
13
- <%- if devise_mapping.confirmable? && controller_name != 'confirmations' %>
14
- <p><%= link_to "Didn't receive confirmation instructions?", new_confirmation_path(resource_name) %></p>
15
- <% end %>
16
-
17
- <%- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' %>
18
- <p><%= link_to "Didn't receive unlock instructions?", new_unlock_path(resource_name) %></p>
19
- <% end %>
20
-
21
- <%- if devise_mapping.omniauthable? %>
22
- <%- resource_class.omniauth_providers.each do |provider| %>
23
- <p><%= button_to t("devise.omniauth.labels.#{provider.to_s}.html", default: OmniAuth::Utils.camelize(provider)), omniauth_authorize_path(resource_name, provider), data: { turbo: false } %></p>
24
- <% end %>
25
- <% end %>