UNPKG
hubot-gitlab-agile
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Hubot script to integrate with gitlab
gitlab.sigmageosistemas.com.br/dev/hubot-gitlab-agile
hubot-gitlab-agile
/
scripts
/
templates
/
milestones.html
10 lines
(9 loc)
•
264 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
``` Project
#<%= project_id %> Milestones
<% _.forEach(list.slice(0,
limit
|| list.length),
function
(item){ %>
#<%= item.iid %> - <%= item.title %> [<%= item.state %>]
<% }) %> *=====================* Milestone Count: <%= list.length %> End Project Milestones ```