Feature: add deployment + deployment logs

This commit is contained in:
2015-11-25 15:13:00 +00:00
parent 9c8ed27c1b
commit e135c5d2c6
19 changed files with 416 additions and 68 deletions

View File

@@ -1,4 +1,8 @@
<template name="management">
<template name="projects">
<ol class="breadcrumb">
<li class="active">Projects</li>
</ol>
<div class="row">
<div class="col-sm-6">
<h2>Register or edit a project</h2>
@@ -97,6 +101,9 @@
<a href="#" class="edit" title="Edit the project">
<i class="fa fa-fw fa-pencil"></i>
</a>
<a href="/project/{{_id}}" title="View project">
<i class="fa fa-fw fa-eye"></i>
</a>
</li>
</template>