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 +4 -4
- data/lib/thecore_ui_commons/version.rb +1 -1
- metadata +1 -2
- data/app/views/devise/shared/_links.html.erb +0 -25
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2c38fcee24be3f2052ea6ed550832342f63bdf64beee13e7089c8f6975530f6
|
4
|
+
data.tar.gz: c751d38627ffbfdaca645ac06e42f688be779ca80b3db1953cdcee5e5aae754d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5eba74b0d494e7ab67271f2df6ebd563779ce92209c757ae4ab525cee2a64989cb925c2dcb3d0cdca87a5bd126dedd6aec34d9dcf9e62c5431b9e91dfc0df4e
|
7
|
+
data.tar.gz: 38b7435b22eef86ed1525a359e735163357df4ca03b588e3d2a7cf200aba44c86f1adaf8fa3a22c73409e7c8838ad61c7923c5f70d4c7c2af3119e903c8eae65
|
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.
|
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 %>
|