<% # encoding: utf-8 %> <% content_for :side_bar do %> <%= render :partial => 'layouts/side_bar', :locals => {:link_name => t(:user), :link_url => admin_site_site_info_path(site_id: current_site.id), :icon => 'icons-users', :side_bar_content => 'admin/members/side_bar'} %> <% end %>

<%= t('add')%> <%= t("personal_book.book_paper_type") %>

<%= render partial: 'list_book_type', collection: @book_types %>

<%= t('add')%> <%= t("personal_book.author_type") %>

<%= render partial: 'list_author_type', collection: @author_types %>
<%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t('announcement.add_new'), new_admin_book_path, :class => 'btn btn-primary pull-right' %>