ikuseiGmbH/smart-village-app-cms

View on GitHub
app/views/constructions/edit.html.erb

Summary

Maintainability
Test Coverage
<div class="text-center">
  <h1 class="h3 mb-0 font-weight-bold">
    Baustelle bearbeiten
  </h1>
</div>

<div class="row justify-content-center">
  <div class="col-lg-8">
    <%= form_with(url: construction_path(@construction.id), method: :patch, local: true) do %>
      <%= render partial: "constructions/form", locals: { construction: @construction } %>
    <% end %>
  </div>
</div>