scinote-web/app/views/projects/samples.html.erb

8 lines
261 B
Plaintext

<% provide(:head_title, t("projects.samples.head_title", project: h(@project.name)).html_safe) %>
<%= render partial: "shared/sidebar" %>
<%= render partial: "shared/secondary_navigation" %>
<div id="content">
<%#= render partial: "shared/samples" %>
</div>