Branch: refs/heads/master
  Home:   https://github.com/NixOS/hydra
  Commit: 12dd78d889528bf978c820f2f07727e331fafa3d
      
https://github.com/NixOS/hydra/commit/12dd78d889528bf978c820f2f07727e331fafa3d
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-04-15 (Sun, 15 Apr 2012)

  Changed paths:
    M src/root/build.tt

  Log Message:
  -----------
  Change the "Available" link to "pretty"

"Available" is confusing in this context.  "Pretty" denotes that this
is the pretty-printed log.


diff --git a/src/root/build.tt b/src/root/build.tt
index 29fbbaa..ac18215 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -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>


================================================================

_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to