devise_rails3_ennder 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +19 -17
- data/app/views/devise/shared/_user_nav.html.erb +1 -1
- data/version.txt +1 -1
- metadata +2 -2
data/History.txt
CHANGED
@@ -1,32 +1,34 @@
|
|
1
|
-
==
|
2
|
-
|
3
|
-
* spécialisation pour Rails 3
|
4
|
-
|
5
|
-
== 1.0.0 / 2011-08-12
|
1
|
+
== 1.1.1 / 2014-02-16
|
2
|
+
* fixed sign-out link (delete method)
|
6
3
|
|
7
|
-
|
8
|
-
*
|
4
|
+
== 1.1.0 / 2014-02-14
|
5
|
+
* updated view with devise v3.2.2
|
9
6
|
|
10
|
-
== 1.0.
|
7
|
+
== 1.0.6 / 2011-08-31
|
8
|
+
* fix app/views/devise/mailer/reset_password_instructions.html.erb if username does not exist
|
9
|
+
== 1.0.5 / 2011-08-14
|
11
10
|
* README.rdoc updated
|
11
|
+
* shared/_user_nav.html.erb optimisé
|
12
12
|
|
13
|
-
== 1.0.
|
13
|
+
== 1.0.4 / 2011-08-14
|
14
14
|
* README.rdoc updated
|
15
|
-
* added a link to a partial (users/_form_personal_fields.html.erb) in the user profile edition
|
16
15
|
|
17
16
|
== 1.0.3 / 2011-08-14
|
18
17
|
* README.rdoc updated
|
19
18
|
* added locals :f the partial call (users/_form_personal_fields.html.erb)
|
20
19
|
|
21
|
-
== 1.0.
|
20
|
+
== 1.0.2 / 2011-08-14
|
22
21
|
* README.rdoc updated
|
22
|
+
* added a link to a partial (users/_form_personal_fields.html.erb) in the user profile edition
|
23
23
|
|
24
|
-
== 1.0.
|
24
|
+
== 1.0.1 / 2011-08-13
|
25
25
|
* README.rdoc updated
|
26
|
-
* shared/_user_nav.html.erb optimisé
|
27
26
|
|
28
|
-
== 1.0.
|
29
|
-
* fix app/views/devise/mailer/reset_password_instructions.html.erb if username does not exist
|
27
|
+
== 1.0.0 / 2011-08-12
|
30
28
|
|
31
|
-
|
32
|
-
*
|
29
|
+
* added important missing instructions to README.rdoc
|
30
|
+
* translations links:back
|
31
|
+
|
32
|
+
== 0.9.0 / 2011-06-07
|
33
|
+
|
34
|
+
* spécialisation pour Rails 3
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<div id="user_nav" align="right">
|
2
2
|
<%
|
3
3
|
if user_signed_in?
|
4
|
-
%> <%= t('devise.sessions.signed_in_as') %> <b><%= current_user.email %></b>. <%= link_to t('devise.sessions.Logout'), destroy_user_session_path %> <%= link_to t('devise.registrations.edit'), edit_user_registration_path %><%
|
4
|
+
%> <%= t('devise.sessions.signed_in_as') %> <b><%= current_user.email %></b>. <%= link_to t('devise.sessions.Logout'), destroy_user_session_path, :method => :delete %> <%= link_to t('devise.registrations.edit'), edit_user_registration_path %><%
|
5
5
|
else
|
6
6
|
%> <%= link_to( t('devise.registrations.link'), new_user_registration_path ) %> <%= t('devise.sessions.or') %> <%= link_to( t('devise.sessions.link'), new_user_session_path ) %><%
|
7
7
|
end
|
data/version.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: devise_rails3_ennder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-02-
|
12
|
+
date: 2014-02-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bones
|