adva-user 0.0.5 → 0.0.6
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.
- data/app/views/user/form.rb +4 -4
- data/lib/adva_user/version.rb +1 -1
- metadata +4 -4
data/app/views/user/form.rb
CHANGED
|
@@ -4,16 +4,16 @@ class User::Form < Adva::View::Form
|
|
|
4
4
|
devise_error_messages!
|
|
5
5
|
super
|
|
6
6
|
end
|
|
7
|
-
|
|
7
|
+
|
|
8
8
|
def button_group
|
|
9
9
|
super
|
|
10
10
|
links
|
|
11
11
|
end
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
def buttons
|
|
14
14
|
form.submit t(:'.submit')
|
|
15
15
|
end
|
|
16
|
-
|
|
16
|
+
|
|
17
17
|
def links
|
|
18
18
|
ul :class => 'links user' do
|
|
19
19
|
li { sign_in_link } if sign_in?
|
|
@@ -64,4 +64,4 @@ class User::Form < Adva::View::Form
|
|
|
64
64
|
capture { link_to(:'user.links.resend_unlock', new_unlock_path(resource_name), :class => :resend_unlock) }
|
|
65
65
|
end
|
|
66
66
|
end
|
|
67
|
-
end
|
|
67
|
+
end
|
data/lib/adva_user/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: adva-user
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 19
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.0.6
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Ingo Weiss
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date:
|
|
19
|
+
date: 2011-01-14 00:00:00 +01:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|