1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Add links to the project/jobset edit pages in the logical place

This commit is contained in:
Eelco Dolstra 2013-02-21 14:19:34 +01:00
parent fec45d1f07
commit 26fa9ea0ea
2 changed files with 3 additions and 1 deletions

View file

@ -121,6 +121,8 @@
<div id="tabs-setup" class="tab-pane">
<a class="btn pull-right" href="[% c.uri_for('/jobset' project.name jobset.name "edit") %]"><i class="icon-edit"></i> Edit</a>
<table class="info-table">
<tr>
<th>Description:</th>

View file

@ -79,6 +79,7 @@
</div>
<div id="tabs-settings" class="tab-pane">
<a class="btn pull-right" href="[% c.uri_for('/project' project.name "edit") %]"><i class="icon-edit"></i> Edit</a>
<table class="info-table">
<tr>
<th>Display name:</th>
@ -157,7 +158,6 @@
[% FOREACH view IN views %]
<li>
<a href="[% c.uri_for('/view' project.name view.name) %]"><tt>[% view.name %]</tt></a>
<a class="btn btn-mini" href="[% c.uri_for('/view' project.name view.name "edit") %]">Edit</a>
</li>
[% END %]
</ul>