Initial commit
This commit is contained in:
16
app/views/layouts/project.html.erb
Normal file
16
app/views/layouts/project.html.erb
Normal file
@@ -0,0 +1,16 @@
|
||||
<%= content_for :meta do %>
|
||||
<meta name="project-id" content="<%= @project.id %>">
|
||||
<% end %>
|
||||
<% content_for :content do %>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<%= render "sidebar", project: @project %>
|
||||
</div>
|
||||
|
||||
<div class="col-md-9 mt-3 mt-md-0">
|
||||
<%= render "breadcrumbs" %>
|
||||
<%= yield %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= render template: "layouts/application" %>
|
||||
Reference in New Issue
Block a user