lyb_devise_admin 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/users/_show.html.haml +1 -0
- data/lib/lyb_devise_admin/version.rb +1 -1
- metadata +2 -1
@@ -0,0 +1 @@
|
|
1
|
+
= render 'form'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lyb_devise_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -24,6 +24,7 @@ files:
|
|
24
24
|
- app/helpers/devise_helper.rb
|
25
25
|
- app/views/users/_form.html.haml
|
26
26
|
- app/views/users/_list.html.haml
|
27
|
+
- app/views/users/_show.html.haml
|
27
28
|
- app/views/users/_user.html.haml
|
28
29
|
- config/locales/de.yml
|
29
30
|
- config/routes.rb
|