Sha256: bdd60f8e705bc44fd5080e4025d89d30321782908f94ac4a441a5993cc90fb3b

Contents?: true

Size: 414 Bytes

Versions: 6

Compression:

Stored size: 414 Bytes

Contents

:css
	a.dropdown-button {
		padding-left: 1em;
		padding-right: 1em;
	}

- unless params[:action] == 'print'
	= paginate resources

%thead
	%tr
		%th{ :"data-field"=>"name"}= t('.name')
		%th{ :"data-field"=>"active"}= t('.active')
		%th= t(:delete)

%tbody.bordered.responsive-table.striped.hoverable.page.resources_list
	- resources.each do |account|
		= render partial: 'account', locals: { resource: account }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
oxen_account-0.2.9 app/views/oxen/accounts/_accounts.html.haml
oxen_account-0.2.8 app/views/oxen/accounts/_accounts.html.haml
oxen_account-0.2.4 app/views/oxen/accounts/_accounts.html.haml
oxen_account-0.2.2 app/views/oxen/accounts/_accounts.html.haml
oxen_account-0.2.1 app/views/oxen/accounts/_accounts.html.haml
oxen_account-0.2.0 app/views/oxen/accounts/_accounts.html.haml