devise-uikit-views 2.0.1 → 2.0.2
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 989843063205d2a0a8bdf81bbf69eabe1ae961f3
|
4
|
+
data.tar.gz: d77afbfc52ff44bc371a23f8a26eff09c2506ed6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9980878646c8077a9ce86f4ef41bf782d000540d72397dbfeaf8e4601f9074f914f720241b8bb07c1c3d359828d503f93d548a72fd3b2641124a3c0e0ba3f0cd
|
7
|
+
data.tar.gz: de449990ac4237a6a5948ca7764c8409e45f029076c327c8dc4c7ae0cebba129c1daf2b02b6d58605f7cb02337c1b467cbcf3913972281e3453fdb456384f4de
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<%= f.email_field :email, autofocus: true, class: "uk-width-1-1 uk-form-large uk-form-width-large", placeholder: t('activerecord.attributes.user.email', :default => 'email') %>
|
11
11
|
</div>
|
12
12
|
<div class="uk-form-row">
|
13
|
-
<%= f.submit t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions'), :class => 'uk-button uk-button-primary' %>
|
13
|
+
<%= f.submit t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions'), :class => 'uk-button uk-button-primary uk-button-large' %>
|
14
14
|
</div>
|
15
15
|
<% end %>
|
16
16
|
<%= render "devise/shared/links" %>
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<%= f.email_field :email, autofocus: true, class: "uk-width-1-1 uk-form-large uk-form-width-large", placeholder: t('activerecord.attributes.user.email', :default => 'email') %>
|
11
11
|
</div>
|
12
12
|
<div class="uk-form-row">
|
13
|
-
<%= f.button t('.send_me_reset_password_instructions', :default => "Send me reset password instructions"), :class => 'uk-button uk-button-primary' %>
|
13
|
+
<%= f.button t('.send_me_reset_password_instructions', :default => "Send me reset password instructions"), :class => 'uk-button uk-button-primary uk-button-large' %>
|
14
14
|
<% end %>
|
15
15
|
</div>
|
16
16
|
</div>
|
@@ -10,7 +10,7 @@
|
|
10
10
|
<%= f.email_field :email, autofocus: true, class: "uk-width-1-1 uk-form-large uk-form-width-large", placeholder: t('activerecord.attributes.user.email', :default => 'email') %>
|
11
11
|
</div>
|
12
12
|
<div class="uk-form-row">
|
13
|
-
<%= f.button t('.resend_unlock_instructions', :default => "Resend unlock instructions"), class: "uk-button uk-button-primary"%>
|
13
|
+
<%= f.button t('.resend_unlock_instructions', :default => "Resend unlock instructions"), class: "uk-button uk-button-primary uk-button-large"%>
|
14
14
|
</div>
|
15
15
|
<% end %>
|
16
16
|
<%= render "devise/shared/links" %>
|
data/lib/version.rb
CHANGED