devise-i18n-bootstrap 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -6
- data/app/views/devise/sessions/new.html.erb +1 -1
- data/lib/devise_i18n_bootstrap/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 60e072f2f852b7d252e80cff1c7c35165b8614c7
|
4
|
+
data.tar.gz: 90fe9f1ec888f1d54ddb52f01286f6d3693f3ba7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e35a39591b4dc18d0bcd048fd5e3f758e5b2e57a0c7fe16151e4c42173a9e0c290d469c151ea7ea66494c6aaafb8b972e7acfdd681bd22812dcfdea8300d6e19
|
7
|
+
data.tar.gz: 7a41e9c1917097835f4a54ad5c506b8899544ca36ef6423de04e6290d03aa8062cc52568d242b9f23cbe352e9918662ae928bf37fafbb7881b3d963fa303c5f2
|
data/README.md
CHANGED
@@ -1,14 +1,8 @@
|
|
1
1
|
# devise-i18n-bootstrap
|
2
2
|
|
3
|
-
<<<<<<< HEAD
|
4
3
|
[![Build Status](https://travis-ci.org/maximalink/devise-i18n-bootstrap.svg?branch=refactoring)](https://travis-ci.org/maximalink/devise-i18n-bootstrap)
|
5
4
|
[![Code Climate](https://codeclimate.com/github/maximalink/devise-i18n-bootstrap.png)](https://codeclimate.com/github/maximalink/devise-i18n-bootstrap)
|
6
5
|
[![Dependency Status](https://gemnasium.com/maximalink/devise-i18n-bootstrap.svg)](https://gemnasium.com/maximalink/devise-i18n-bootstrap)
|
7
|
-
=======
|
8
|
-
[![Build Status](https://travis-ci.org/nyjt/devise-i18n-bootstrap.svg?branch=refactoring)](https://travis-ci.org/nyjt/devise-i18n-bootstrap)
|
9
|
-
[![Code Climate](https://codeclimate.com/github/nyjt/devise-i18n-bootstrap.png)](https://codeclimate.com/github/nyjt/devise-i18n-bootstrap)
|
10
|
-
[![Dependency Status](https://gemnasium.com/nyjt/devise-i18n-bootstrap.svg)](https://gemnasium.com/nyjt/devise-i18n-bootstrap)
|
11
|
-
>>>>>>> c3a366cbb4ff07151da79bf1363f73351386b85b
|
12
6
|
|
13
7
|
It's forked from devise-i18n-views gem. This gem is under development. I18n support and translations for **[Devise v3.+](https://github.com/plataformatec/devise)** views.
|
14
8
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
<h2><%= t('.sign_in', default: 'Sign in') %></h2>
|
2
2
|
|
3
|
-
<%= simple_form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
|
3
|
+
<%= simple_form_for(resource, as: resource_name, url: session_path(resource_name), html: { id: :signin }) do |f| %>
|
4
4
|
<div class="form-inputs">
|
5
5
|
<%= f.input :email, autofocus: true, required: true %>
|
6
6
|
<%= f.input :password, required: true %>
|