Name

<%= @author.name %>

E-Mail

<%= @author.email %>

G+ Profile

<%= link_to @author.gplus_profile, @author.gplus_profile %>

Description

<%= @author.description %>



<%= render_navbar do %> <%= link_to 'Edit', edit_admin_author_path(@author), class: "btn btn-save-publish" %> <%= link_to 'Back', admin_authors_path, class: "btn btn-cancel" %> <% end %>