Sha256: 3926cdbfbfc6c4e3a22387645dc2ad954118bb7fb3240074bcd844ca45750e92

Contents?: true

Size: 1.12 KB

Versions: 20

Compression:

Stored size: 1.12 KB

Contents

<%- alchemy_combined_assets -%>
<%- content_for(:toolbar) do -%>
<div id="toolbar">
	<div id="toolbar_buttons">
		<div class="button_with_label">
			<%- permitted_to?(:new, :admin_users) do -%>
			<%= link_to_overlay_window(
				content_tag('span', '', :class => 'icon user_add'),
				new_admin_user_path,
				{
					:title => _('create_user'),
					:size => "380x400",
					:overflow => true
				}, {
					:class => 'icon_button',
					:title => _('create_user')
				}
			) -%><br />
			<label><%= _('create_user') %></label>
			<%- end -%>
		</div>
	</div>
	<%= render :partial => 'admin/partials/search_form' %>
</div>
<%- end -%>
<div id="archive_all">
	<table class="list" id="user_list">
		<%- unless @users.blank? -%>
		<tr>
			<th class="icon"></th>
			<th class="login_status"></th>
			<th class="login"><%= User.human_attribute_name("login") %></th>
			<th class="name"><%= User.human_attribute_name("name") %></th>
			<th class="email"><%= User.human_attribute_name("email") %></th>
			<th class="role"><%= User.human_attribute_name("role") %></th>
			<th class="tools"></th>
		</tr>
		<%- end -%>
		<%= render @users %>
	</table>
</div>

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/users/index.html.erb
alchemy_cms-2.0.6.1 app/views/admin/users/index.html.erb
alchemy_cms-2.0.5 app/views/admin/users/index.html.erb
alchemy_cms-2.0.4 app/views/admin/users/index.html.erb
alchemy_cms-2.0.3.1 app/views/admin/users/index.html.erb
alchemy_cms-2.1.beta1 app/views/admin/users/index.html.erb
alchemy_cms-2.0.3 app/views/admin/users/index.html.erb
alchemy_cms-2.0.2 app/views/admin/users/index.html.erb
alchemy_cms-2.0.1 app/views/admin/users/index.html.erb
alchemy_cms-2.0 app/views/admin/users/index.html.erb
alchemy_cms-2.0.rc6 app/views/admin/users/index.html.erb
alchemy_cms-2.0.rc5 app/views/admin/users/index.html.erb
alchemy_cms-2.0.rc4 app/views/admin/users/index.html.erb
alchemy_cms-2.0.rc3 app/views/admin/users/index.html.erb
alchemy_cms-2.0.rc2 app/views/admin/users/index.html.erb
alchemy_cms-2.0.rc1 app/views/admin/users/index.html.erb
alchemy_cms-2.0.pre5 app/views/admin/users/index.html.erb
alchemy_cms-2.0.pre4 app/views/admin/users/index.html.erb
alchemy_cms-2.0.pre3 app/views/admin/users/index.html.erb
alchemy_cms-2.0.pre2 app/views/admin/users/index.html.erb