Sha256: 778c2c68f60c4b82fb005d3c738cf70b24a006cad467081566e0b21b56658bf0

Contents?: true

Size: 564 Bytes

Versions: 1

Compression:

Stored size: 564 Bytes

Contents

<table cellpadding="0" cellspacing="0" id="itemList" class="itemList">
	<tr>
		<th>Name</th>
		<th>&nbsp;</th>
	</tr>
	
	<% user_statuses.each_with_index do |user_status, index| %>
		<tr class="<%= 'even' if index.modulo(2) == 0 %> hover">
			<td><%= bolt_table_cell_link user_status.name, bolt_user_status_path(user_status) %></td>
			<td class="delete">
				<%= link_to(bolt_show_row_icon("delete"), bolt_user_status_path(user_status), :method => :delete, :confirm => "Are you sure you want to delete this user status?") %>
			</td>
		</tr>
	<% end %>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hurry-0.1.0 app/views/bolt/user_statuses/_table.html.erb