mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 04:06:53 +08:00
7 lines
260 B
Text
7 lines
260 B
Text
<% 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>
|