[SCM] live-studio branch, master, updated. 7361fce2bd4768e89038b7817e9a7700a4e7caa0

Chris Lamb lamby at debian.org
Sun Aug 1 18:42:45 UTC 2010


The following commit has been merged in the master branch:
commit ae0a358f7f2d21376319069ee388a29a7d89ebb6
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 1 14:39:52 2010 -0400

    Don't prefix title with "Config:"

diff --git a/templates/config/view.html b/templates/config/view.html
index 0d0b34d..596c4d9 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -6,7 +6,7 @@
 
 {% block content %}
 
-<h1>Config: <em>{{ config.name }}</em></h1>
+<h1><em>{{ config.name }}</em></h1>
 
 <form action="{% url build:enqueue config.pk %}" method="post">
 <input type="submit" value="Build" style="font-size: 120%">

-- 
live-studio



More information about the debian-live-changes mailing list