alchemy-devise 2.1.0.beta1 → 2.1.0.beta2

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
  SHA1:
3
- metadata.gz: f55df3fbc02799061bb69ae521abd52280eed237
4
- data.tar.gz: b6fefd7203229dca3eecbcaf60697c37866966b1
3
+ metadata.gz: 4a79631af83bee6ed637c75edd08df15a48861e9
4
+ data.tar.gz: 777d89f378d5a1f88c4a2dd83cd997d6bd141ea7
5
5
  SHA512:
6
- metadata.gz: b418347908d64baa1dde8ef95980720fccbc23425b89d5a1c9050e21d3e59d2dc67c5d9ee1d3819d1621f865a5e854e60affcf9e9c394be11e1d63dbccd78b38
7
- data.tar.gz: 5608de0103671e07892cb0d61a0de53208957f448f1c7d84d8d53d0d52787795f61538accf70def062479edf1bf5b3e875307b160607ce6c5e7c505d6e688e14
6
+ metadata.gz: 7341d8dd73175c47e02e575cb331757adc094f2774d482b5d107e333655107f233d83b6d7c24a000c96778f023fe7a59dc65f6f5e17b41023cb8c4dde4cacfaa
7
+ data.tar.gz: ef8fc35c4c1c3a0f9e7ea9b9b55d34f5c0344bbad1a3df81449c72fbe0ccf6d7ffc15644a95a33433f102843b730d68e68363ba9f1aa47babd66850ad4802383
@@ -15,34 +15,38 @@
15
15
  ]
16
16
  ) %>
17
17
 
18
- <div id="archive_all">
18
+ <div id="archive_all" class="resources-table-wrapper">
19
19
  <%= resources_header %>
20
20
  <% if @users.any? %>
21
21
 
22
22
  <table class="list" id="user_list">
23
- <tr>
24
- <th class="icon"></th>
25
- <th class="login_status"></th>
26
- <th class="login">
27
- <%= sortable_column(Alchemy::User.human_attribute_name('login'), column: :login) %>
28
- </th>
29
- <th class="name">
30
- <%= sortable_column(Alchemy::User.human_attribute_name('firstname'), column: :firstname) %>
31
- </th>
32
- <th>
33
- <%= sortable_column(Alchemy::User.human_attribute_name('lastname'), column: :lastname) %>
34
- </th>
35
- <th class="email">
36
- <%= sortable_column(Alchemy::User.human_attribute_name('email'), column: :email) %>
37
- </th>
38
- <th><%= Alchemy::User.human_attribute_name('language') %></th>
39
- <th>
40
- <%= sortable_column(Alchemy::User.human_attribute_name('last_sign_in_at'), column: :last_sign_in_at) %>
41
- </th>
42
- <th class="role"><%= Alchemy::User.human_attribute_name('roles') %></th>
43
- <th class="tools"></th>
44
- </tr>
45
- <%= render partial: 'alchemy/admin/users/user', collection: @users %>
23
+ <thead>
24
+ <tr>
25
+ <th class="icon"></th>
26
+ <th class="login_status"></th>
27
+ <th class="login">
28
+ <%= sortable_column(Alchemy::User.human_attribute_name('login'), column: :login) %>
29
+ </th>
30
+ <th class="name">
31
+ <%= sortable_column(Alchemy::User.human_attribute_name('firstname'), column: :firstname) %>
32
+ </th>
33
+ <th>
34
+ <%= sortable_column(Alchemy::User.human_attribute_name('lastname'), column: :lastname) %>
35
+ </th>
36
+ <th class="email">
37
+ <%= sortable_column(Alchemy::User.human_attribute_name('email'), column: :email) %>
38
+ </th>
39
+ <th><%= Alchemy::User.human_attribute_name('language') %></th>
40
+ <th>
41
+ <%= sortable_column(Alchemy::User.human_attribute_name('last_sign_in_at'), column: :last_sign_in_at) %>
42
+ </th>
43
+ <th class="role"><%= Alchemy::User.human_attribute_name('roles') %></th>
44
+ <th class="tools"></th>
45
+ </tr>
46
+ </thead>
47
+ <tbody>
48
+ <%= render partial: 'alchemy/admin/users/user', collection: @users %>
49
+ </tbody>
46
50
  </table>
47
51
 
48
52
  <%= paginate @users, theme: 'alchemy' %>
@@ -1,5 +1,5 @@
1
1
  module Alchemy
2
2
  module Devise
3
- VERSION = "2.1.0.beta1"
3
+ VERSION = "2.1.0.beta2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy-devise
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0.beta1
4
+ version: 2.1.0.beta2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-17 00:00:00.000000000 Z
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: alchemy_cms