~agilence/+junk/activnce

« back to all changes in this revision

Viewing changes to main/templates/modules/task/task-edit.html

  • Committer: felipetomazelli
  • Date: 2019-09-04 18:04:17 UTC
  • Revision ID: felipetomazelli-20190904180417-3bwz59xfub1c6x6t
Fazer tela para editar as ações de uma tarefa.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                                
93
93
            <tr><td><label>Ações</label></td>
94
94
            <td>
95
 
            <a href='/task/action/{{REGISTRY_ID}}/{{TASKDATA["name_id"]}}'>Gerenciar ações</a>
 
95
            <a href='/task/action/edit/{{REGISTRY_ID}}/{{TASKDATA["name_id"]}}'>Gerenciar ações</a>
96
96
                <br/>
97
97
            </td></tr>
98
98
        </table>