Initial commit
This commit is contained in:
6
app/views/directories/edit.html.erb
Normal file
6
app/views/directories/edit.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="card shadow-sm">
|
||||
<%= card_header text: t(".heading"), close_action_path: @project %>
|
||||
<div class="card-body">
|
||||
<%= render "form", model: [@project, @directory], directory: @directory %>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user