<% # encoding: utf-8 %>

<%= t('add')%> <%= t("personal_journal.level_type") %>

<%= render partial: 'list_level_type', collection: @journal_levels %>

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

<%= render partial: 'list_author_type', collection: @author_types %>

<%= t('add')%> <%= t("personal_journal.paper_type") %>

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