<%= render 'writing_book' %>
<%= t("personal_book.year") %> <%= t("personal_book.book_title") %> <%= t("personal_plugins.author") %>
<%= link_to content_tag(:i, nil, :class => 'icon-plus icon-white') + t(:new_), new_admin_book_path, :class => 'btn btn-primary' %> <% if current_user.is_admin? %> <%= link_to content_tag(:i, nil, :class => 'icon-cog icon-white') + t('setting'), admin_book_setting_path, :class => 'btn btn-primary pull-right' %> <% end %>
<% if params[:error] == "1" %> <% end %>