Skip to content

Commit

Permalink
Merge pull request #146 from CodeandoMexico/patch-145
Browse files Browse the repository at this point in the history
proposals: confirmation for guideline agreements
  • Loading branch information
basicavisual committed Oct 31, 2023
2 parents 5bb8a36 + 167434b commit 23ebd01
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
image-name: production
image-tag: 1.3
image-tag: 1.4
custom-args: --build-arg RAILS_ENV=production --build-arg FORCE_SSL=false --build-arg SECRET_KEY_BASE=${{ secrets.SECRET_KEY_BASE }} --build-arg MAILER_SENDER=${{ secrets.MAILER_SENDER }}
dockerfile: docker/decidim.Dockerfile
build-context: .
12 changes: 12 additions & 0 deletions app/views/decidim/proposals/proposals/_edit_form_fields.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,15 @@
</div>
</fieldset>
<% end %>

<div class="field">
<label>
<%= check_box_tag "confirmation", "yes", false, required: true %>Confirmo
haber leído el
<%= link_to "catálogo de proyectos",
"https://decidimos.monterrey.gob.mx/processes/presupuesto-participativo-2024/f/167/",
target: "_blank",
rel: "nofollow" %>
y entiendo que para ser factible, mi propuesta debe obtener una factibilidad técnica, jurídica y presupuestal favorable por las dependencias municipales.
</label>
</div>

0 comments on commit 23ebd01

Please sign in to comment.