Upstream sync

This commit is contained in:
Senad Uka
2020-07-16 17:27:57 +02:00
parent 7f49f31ebf
commit c033f5df17
16 changed files with 363 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
<%= bootstrap_form_with model: [project, contract_template], local: true do |form| %>
<%= bootstrap_form_with model: model, local: true do |form| %>
<%= field_set_tag content_tag(:span, t(".release_info.heading"), class: "h6 text-muted text-uppercase") do %>
<div class="form-row">
<%= form.text_field :name, wrapper_class: "col-sm-6" %>