Skip to content

Commit

Permalink
Merge branch 'master' into PHRAS-3918_subdef-substituable-setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier authored Sep 25, 2023
2 parents 7bf380e + b839efd commit d6a80c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/web/prod/templates/push.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
<a href="#" class="colored toggle toggle_agree status_on" title="<%= msg %>">
<i class="fa fa-comment"></i>
</a>
<input type="hidden"
name="participants[<%= user.usr_id %>][agree]"
value="1"/>
</span>
<input type="hidden"
name="participants[<%= user.usr_id %>][agree]"
value="1"/>
<% } %>
</td>
<td>
Expand All @@ -132,10 +132,10 @@
<a href="#" class="colored toggle toggle_see_others status_off" title="<%= msg %>">
<i class="fa fa-users"></i>
</a>
<input type="hidden"
name="participants[<%= user.usr_id %>][see_others]"
value="0"/>
</span>
<input type="hidden"
name="participants[<%= user.usr_id %>][see_others]"
value="0"/>
<% } %>
</td>
<% } %>
Expand Down

0 comments on commit d6a80c8

Please sign in to comment.