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

9 lines
253 B
Plaintext
Raw Normal View History

2016-07-21 19:11:15 +08:00
<% provide(:head_title, raw(t("projects.samples.head_title", project: @project.name))) %>
2016-02-12 23:52:43 +08:00
<%= render partial: "shared/sidebar" %>
<%= render partial: "shared/secondary_navigation" %>
<div id="content">
<%= render partial: "shared/samples" %>
</div>