<%= notice %>
Access token: <%= @share.access_token %>
Comment: <%= @share.comment %>
Url: <%= @share.url %>
Title: <%= @share.title %>
Share type: <%= @share.share_type %>
<%= link_to 'Edit', edit_share_path(@share) %> | <%= link_to 'Back', shares_path %>