<% if is_author_of?(@series) %>
  • <%= span_if_current ts("Edit Series"), edit_series_path(@series) %>
  • <%= link_to ts("Delete Series"), confirm_delete_series_path(@series), data: {confirm: ts('Are you sure you want to delete this series? This will NOT delete the individual works.')} %>
  • <%= link_to ts("Reorder Series"), manage_series_path(@series) %>
  • <%= link_to ts("Orphan Series"), {:controller => 'orphans', :action => 'new', :series_id => @series.id} %>
  • <% unless (@series.pseuds - current_user.pseuds).empty? %>
  • <%= link_to ts("Remove Me As Co-Creator"), edit_series_path(@series, :remove => 'me'), data: {confirm: series_removal_confirmation(@series, current_user)} %>
  • <% end %> <% end %>
  • <%= span_if_current ts("Series"), series_path(@series) %>
  • <% if @subscription %>
  • <%= render "subscriptions/form", subscription: @subscription %>
  • <% end %> <% @bookmark ||= bookmark_if_exists(@series) %>
  • <%= link_to (@bookmark ? ts("Edit Series Bookmark") : ts("Bookmark Series")), "#bookmark-form", class: "bookmark_form_placement_open" %>