mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +08:00
8 lines
253 B
Text
8 lines
253 B
Text
<% provide(:head_title, raw(t("projects.samples.head_title", project: @project.name))) %>
|
|
<%= render partial: "shared/sidebar" %>
|
|
<%= render partial: "shared/secondary_navigation" %>
|
|
|
|
<div id="content">
|
|
<%= render partial: "shared/samples" %>
|
|
</div>
|
|
|