This website works better with JavaScript.
Home
Help
Sign In
vince
/
gestionnaire-de-taches-simple
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Corrige un bug d’échappement
master
vincent
2 days ago
parent
8e6fa56766
commit
28790d61d2
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/comment/cancel.md.twig
+1
-1
templates/comment/finish.md.twig
+1
-1
templates/comment/reset.md.twig
+1
-1
templates/comment/start.md.twig
+ 1
- 1
templates/comment/cancel.md.twig
View File
@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})
|raw
}}
+ 1
- 1
templates/comment/finish.md.twig
View File
@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})
|raw
}}
+ 1
- 1
templates/comment/reset.md.twig
View File
@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})
|raw
}}
+ 1
- 1
templates/comment/start.md.twig
View File
@ -3,4 +3,4 @@
'%username%': macro.osmLinkTo(user.username),
'%task_name%': task.name,
'%task_url%': path('app_task_show', {'slug': task.slug})
}) }}
})
|raw
}}
Write
Preview
Loading…
Cancel
Save