mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
adding missing file
This commit is contained in:
parent
d522b3807a
commit
01628e1efc
2 changed files with 21 additions and 0 deletions
19
app/views/my_modules/unshared_inventory.html.erb
Normal file
19
app/views/my_modules/unshared_inventory.html.erb
Normal file
|
@ -0,0 +1,19 @@
|
|||
<% provide(:head_title, t("my_modules.repository.head_title",
|
||||
project: h(@project.name),
|
||||
module: h(@my_module.name),
|
||||
repository: h(@inventory.name)).html_safe) %>
|
||||
|
||||
<%= render partial: "shared/sidebar", locals: { current_task: @my_module, page: 'task' } %>
|
||||
<%= render partial: "shared/secondary_navigation" %>
|
||||
|
||||
<div id="content">
|
||||
<div class="content-pane">
|
||||
<h3><%= t("my_modules.unshared_inventory.title", inventory_name: @inventory.name) %></h3>
|
||||
<%= t("my_modules.unshared_inventory.body",
|
||||
inventory_name: @inventory.name,
|
||||
team_name: @inventory.team.name,
|
||||
admin_name: @inventory_admin.name,
|
||||
admin_email: @inventory_admin.email) %>
|
||||
|
||||
</div>
|
||||
</div>
|
|
@ -5,6 +5,8 @@ services:
|
|||
image: postgres:9.6
|
||||
volumes:
|
||||
- scinote_development_postgres:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "6543:5432"
|
||||
|
||||
web:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue