Author Details
<%= link_to "Back to List", admin_authors_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
<%= link_to "Edit", edit_admin_author_path(@author), :class => "btn btn-warning btn-sm hvr-box-shadow-outset", :style=> "min-width: 65px;border: none;background-color: #fdb913 !important;float: right; margin-right: 10px;" %>
Name
<%= @author.name %>
About
<%= @author.info %>
Photo
<%= image_tag @author.photo.url %>
<%= @author.linkedin %>
<%= @author.facebook %>
<%= @author.twitter %>
Permalink
<%= request.protocol %><%= request.host_with_port %>/internet-first/author/<%= @author.post_url %>