40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			40 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
| 
								 | 
							
								<% content_for :secondary do %>
							 | 
						||
| 
								 | 
							
									<% #render 'side_bar' %>
							 | 
						||
| 
								 | 
							
								<% end %>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<div class="main_list">
							 | 
						||
| 
								 | 
							
									<%= flash_messages %>
							 | 
						||
| 
								 | 
							
									<div class="button_bar up">
							 | 
						||
| 
								 | 
							
										<%  #link_to t('admin.new_user'), new_admin_user_path, :class => 'new' %>
							 | 
						||
| 
								 | 
							
									</div>
							 | 
						||
| 
								 | 
							
									<table>
							 | 
						||
| 
								 | 
							
										<thead>
							 | 
						||
| 
								 | 
							
											<tr>
							 | 
						||
| 
								 | 
							
												 <td><%= t('admin.object_auth.title') %></td>
							 | 
						||
| 
								 | 
							
										      <td><%= t('admin.object_auth.obj_type') %></td>
							 | 
						||
| 
								 | 
							
										      
							 | 
						||
| 
								 | 
							
											</tr>
							 | 
						||
| 
								 | 
							
										</thead>
							 | 
						||
| 
								 | 
							
										<tbody>
							 | 
						||
| 
								 | 
							
											<% @object_auths.each do |object_auth| %>
							 | 
						||
| 
								 | 
							
											<tr>
							 | 
						||
| 
								 | 
							
												<td class="name"><%= object_auth.title %></td>
							 | 
						||
| 
								 | 
							
												<td class="name"><%= object_auth.obj_authable_type.to_s %></td>
							 | 
						||
| 
								 | 
							
											
							 | 
						||
| 
								 | 
							
												<td class="action">
							 | 
						||
| 
								 | 
							
													<%= link_to t(:show), admin_object_auth_path(object_auth), :class => 'show' %>
							 | 
						||
| 
								 | 
							
													<%= link_to t(:edit), edit_admin_object_auth_path(object_auth), :class => 'edit' %>
							 | 
						||
| 
								 | 
							
													<%= link_to t(:delete), admin_object_auth_path(object_auth), :class => 'delete', :confirm => t('sure?'), :method => :delete %>
							 | 
						||
| 
								 | 
							
												</td>
							 | 
						||
| 
								 | 
							
											</tr>
							 | 
						||
| 
								 | 
							
											<tr>
							 | 
						||
| 
								 | 
							
												<td colspan="5"></td>
							 | 
						||
| 
								 | 
							
											</tr>
							 | 
						||
| 
								 | 
							
											<% end %>
							 | 
						||
| 
								 | 
							
										</tbody>
							 | 
						||
| 
								 | 
							
									</table>
							 | 
						||
| 
								 | 
							
									<div class="button_bar">
							 | 
						||
| 
								 | 
							
										<%# link_to t('admin.new_user'), new_admin_user_path, :class => 'new' %>
							 | 
						||
| 
								 | 
							
									</div>	
							 | 
						||
| 
								 | 
							
								</div>
							 |