Change the "Available" link to "pretty"

"Available" is confusing in this context.  "Pretty" denotes that this
is the pretty-printed log.
This commit is contained in:
Eelco Dolstra 2012-04-15 18:51:34 +02:00
parent e7fa54e48e
commit 12dd78d889

View file

@ -130,7 +130,7 @@
<tr>
<th>Logfile:</th>
<td>
<a class="btn btn-mini btn-primary" href="[% c.uri_for('/build' build.id 'log') %]"><strong>Available</strong></a>
<a class="btn btn-mini btn-primary" href="[% c.uri_for('/build' build.id 'log') %]">pretty</a>
<a class="btn btn-mini" href="[% c.uri_for('/build' build.id 'log' 'raw') %]">raw</a>
<a class="btn btn-mini" href="[% c.uri_for('/build' build.id 'log' 'tail-reload') %]">tail</a>
</td>