Commit bcfec5df979ce0c39686ec355eda1c050866fc54
1 parent
172596ea
Exists in
master
and in
8 other branches
Fix remove link in proposal source
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
views/proposals_discussion_plugin_tasks/_task.html.erb
... | ... | @@ -87,6 +87,7 @@ |
87 | 87 | <div class="confirm_evaluation_button"> |
88 | 88 | <a data-task-id="<%= task.id %>" class="disabled" href="#task-<%= task.id %>" |
89 | 89 | data-href='<%="/myprofile/#{profile.identifier}/plugin/proposals_discussion/confirm_tasks"%>'>Confirmar</span> |
90 | + </a> | |
90 | 91 | </div> |
91 | 92 | </div> |
92 | 93 | <% end %> |
... | ... | @@ -96,6 +97,7 @@ |
96 | 97 | <div class="confirm_evaluation_button"> |
97 | 98 | <a data-task-id="<%= task.id %>" class="disabled" href="#task-<%= task.id %>" |
98 | 99 | data-href='<%="/myprofile/#{profile.identifier}/plugin/proposals_discussion/evaluate_tasks"%>'>Confirmar</span> |
100 | + </a> | |
99 | 101 | </div> |
100 | 102 | </div> |
101 | 103 | ... | ... |