summaryrefslogblamecommitdiff
path: root/views/index.tt
blob: 58b675ae4b7644fe41439fddf361565b21704df4 (plain) (tree)
1
2
3
4
5
6


                  


                  






                                                                             






                                                                      

      
<div id="page">

<div id="content">
<h2>Dashboard</h2>

<h3>Projects</h3>

<ul>
  : for $projects -> $project {
  <li><a href="<: $uri_base :>project/<: $project :>"><: $project :></a></li>
  : }
</ul>

<h3>Builds pending</h3>

<ul>
  : for $builds -> $build {
  <li><a href="<: $uri_base :>task/<: $build :>"><: $build :></a></li>
  : }
</ul>
</div>
</div>