Initial commit
This commit is contained in:
12
app/views/projects/edit.html.erb
Normal file
12
app/views/projects/edit.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8 offset-md-2 col-lg-6 offset-lg-3">
|
||||
<div class="card shadow-sm">
|
||||
<%= card_header text: t(".heading"), close_action_path: [:projects] %>
|
||||
<div class="card-body">
|
||||
<%= render "form", project: @project %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user