fix for hiding and showing by normal members
This commit is contained in:
		
							parent
							
								
									bd5a6b87fc
								
							
						
					
					
						commit
						2854fbf0dc
					
				|  | @ -16,8 +16,8 @@ | ||||||
| <% if has_access? %> | <% if has_access? %> | ||||||
|   <div class="list-active"> |   <div class="list-active"> | ||||||
|     <div class="btn-group"> |     <div class="btn-group"> | ||||||
|       <%= link_to('Hide', '#', :class => "btn btn-mini list-active-btn disabled", "data-check-action" => "list-be-hide", :rel => toggle_hide_admin_projects_path(member_profile_id: params[:id], disable: 'true') ) %> |       <%= link_to('Hide', '#', :class => "btn btn-mini list-active-btn disabled", "data-check-action" => "list-be-hide", :rel => toggle_hide_admin_projects_path(member_profile_id: @member.id.to_s, disable: 'true') ) %> | ||||||
|       <%= link_to('Show', '#', :class => "btn btn-mini list-active-btn disabled", "data-check-action" => "list-be-show", :rel => toggle_hide_admin_projects_path(member_profile_id: params[:id], disable: 'false') ) %> |       <%= link_to('Show', '#', :class => "btn btn-mini list-active-btn disabled", "data-check-action" => "list-be-show", :rel => toggle_hide_admin_projects_path(member_profile_id: @member.id.to_s, disable: 'false') ) %> | ||||||
|     </div> |     </div> | ||||||
|   </div> |   </div> | ||||||
| <% end -%> | <% end -%> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue