mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 05:05:55 +08:00
10 lines
403 B
Text
10 lines
403 B
Text
<% provide(:head_title, t("my_modules.repository.head_title",
|
|
project: h(@project.name),
|
|
module: h(@my_module.name),
|
|
repository: @repository.name).html_safe) %>
|
|
<%= render partial: "shared/sidebar" %>
|
|
<%= render partial: "shared/secondary_navigation" %>
|
|
|
|
<div id="content">
|
|
<%= render partial: "shared/repository" %>
|
|
</div>
|