This commit is contained in:
Dobie Wollert
2014-07-25 03:00:29 -04:00
parent c63d462188
commit a403c9079f
39 changed files with 2875 additions and 3541 deletions

View File

@ -9,7 +9,8 @@
<div class="span12">
<div class="toolbelt">
<a href="/workorders/add" class="btn btn-primary">Create new Workorder</a>
<a href="/schedule/pms" class="btn btn-primary">View PMs</a>
<a href="/workorders/add?workorderType=meeting" class="btn">Create new Meeting</a>
<a href="/schedule/pms" class="btn">View PMs</a>
<div class="pull-right">
<span class="toolbelt-text">Group: </span>
<div class="input-append">
@ -31,4 +32,4 @@
date="date"
on-entry-click="onEntryClick(entry)"></techpicker>
</div>
</div>
</div>