<%= l(@protocol.created_at, format: :full) %>
<%= render partial: "protocols/header/updated_at_label.html.erb" %>
<%= @protocol.added_by.full_name %>
<% if can_manage_protocol_in_repository?(@protocol) %> <% else %> <% end %>
<% if can_manage_protocol_in_repository?(@protocol) %> <%= link_to edit_keywords_modal_protocol_path(@protocol, format: :json), remote: true, style: "color: inherit;", data: { action: "edit-keywords", role: "keywords-refresh" } do %> <%= render partial: "protocols/header/keywords_label.html.erb" %> <% end %> <% else %> <%= render partial: "protocols/header/keywords_label.html.erb" %> <% end %>
<% if can_manage_protocol_in_repository?(@protocol) %> <% else %> <% end %>
<% if can_manage_protocol_in_repository?(@protocol) %> <%= link_to edit_authors_modal_protocol_path(@protocol, format: :json), remote: true, style: "color: inherit;", data: { action: "edit-authors", role: "authors-refresh" } do %> <%= render partial: "protocols/header/authors_label.html.erb" %> <% end %> <% else %> <%= render partial: "protocols/header/authors_label.html.erb" %> <% end %>
<% if can_manage_protocol_in_repository?(@protocol) %> <% else %> <% end %>
<% if can_manage_protocol_in_repository?(@protocol) %> <%= link_to edit_description_modal_protocol_path(@protocol, format: :json), remote: true, style: "color: inherit;", data: { action: "edit-description", role: "description-refresh" } do %> <%= render partial: "protocols/header/description_label.html.erb" %> <% end %> <% else %> <%= render partial: "protocols/header/description_label.html.erb" %> <% end %>
<%= render partial: "protocols/header/edit_metadata_modal.html.erb" %> <%= javascript_include_tag "protocols/header" %>