Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proposals: confirmation for guideline agreements #146

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>
Loading