thecore_ui_commons 2.1.11 → 2.1.12
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9f7aac2f4ddbb633d8dcb66dcddcbad97048fc61465a795485e54b1ea046dcc
|
4
|
+
data.tar.gz: f1bcb8e2baaa71d7c51eb480d5f7ce830612691d486f4077918ffa98867b8044
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0001dd702d33688143879408db4cdc08c0009405b9f1c23bbed90d02c33abc210f3c5f6f4e1ccaf57eb27b927efbee4cd5f6818c5224772825579c89ce97ce4e
|
7
|
+
data.tar.gz: b529965589247146cf64fd6fa4075fa8bc2fc5ea63b5f6376cfc3ac5617c6ff80d3f9c18a56aa6c80dac6bc33d716cd8d21c70e31bb29554ccd6af12e10c325f
|
@@ -1,11 +1,11 @@
|
|
1
1
|
<div class="col-md-4 col-md-offset-4">
|
2
2
|
<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
|
3
3
|
<div class="field">
|
4
|
-
<%= f.text_field :login, autofocus: true, :class => "form-control", placeholder: t(
|
4
|
+
<%= f.text_field :login, autofocus: true, :class => "form-control", placeholder: t("devise.sessions.new.login") %>
|
5
5
|
</div>
|
6
6
|
|
7
7
|
<div class="field">
|
8
|
-
<%= f.password_field :password, autocomplete: "off", :class => "form-control", placeholder: t(
|
8
|
+
<%= f.password_field :password, autocomplete: "off", :class => "form-control", placeholder: t("devise.sessions.new.password") %>
|
9
9
|
</div>
|
10
10
|
|
11
11
|
<% if devise_mapping.rememberable? -%>
|
data/config/locales/en.yml
CHANGED
data/config/locales/it.yml
CHANGED