% content_for :page_specific_css do %> <%= stylesheet_link_tag "lib/list-check" %> <% end %> <% content_for :page_specific_javascript do %> <%= javascript_include_tag "lib/list-check" %> <% end %> <% #@volunteer_services = VolunteerService.where(member_profile_id: current_user.member_profile.id).desc(:year).page(params[:page]).per(10) if has_access? @volunteer_services = VolunteerService.where(member_profile_id: @member.id).desc(:year).page(params[:page]).per(10) else @volunteer_services = VolunteerService.where(is_hidden: false, member_profile_id: @member.id).desc(:year).page(params[:page]).per(10) end %>
| <% end %> | <%= t('personal_volunteer.year') %> | <%= t('personal_volunteer.volunteer_name') %> | <% if not @user%><%= t('personal_volunteer.volunteer_area') %> | <% end %>
|---|---|---|---|
| <%= check_box_tag 'to_change[]', volunteer_service.id.to_s, false, :class => "list-check" %> | <% end %><%= volunteer_service.year %> |
<%= link_to volunteer_service.volunteer_name, OrbitHelper.url_to_plugin_show(volunteer_service.to_param,'personal_volunteer'), target: "blank"%>
<% volunteer_service.volunteer_name %>
<% if has_access? %>
|
<%= volunteer_service.volunteer_area %> |