8000 Track enable a project · TailorDev/assignees@456f905 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Track enable a project
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Feb 4, 2017
1 parent 480e7af commit 456f905
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion views/project/list.pug
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,11 @@ block content
i.fa.fa-pause-circle-o
| pause
else
form(action=`/projects/${current_org.name}/${r.name}/enable`, method='POST')
form(
action=`/projects/${current_org.name}/${r.name}/enable`,
method='POST',
onsubmit='_paq.push([\'trackGoal\', 1]);'
)
input(type='hidden', name='_csrf', value=_csrf)
button.btn.btn-success
i.fa.fa-play-circle-o
Expand Down

0 comments on commit 456f905

Please sign in to comment.
0