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
/
projects.html
10 lines
(9 loc)
•
239 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
``
` Projects <% _.forEach(list.slice(0, limit || list.length), function(item){ %> [#<%= item.id %> - <%= item.path_with_namespace %>](<%= item.web_url %>) <% }) %> *=====================* Project Count: <%= list.length %> End Projects `
``