[SCM] live-studio branch, master, updated. 3a5ece889e8e0abe86437994a4f02c59cd35f626

Chris Lamb lamby at debian.org
Sun Aug 1 16:30:03 UTC 2010


The following commit has been merged in the master branch:
commit d78b1fe68f31b9ac4aee95971370e436bcf60084
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Aug 1 12:07:40 2010 -0400

    Add breadcrumbs for some of the config pages.

diff --git a/templates/config/edit.html b/templates/config/edit.html
index f0f1b83..71850ed 100644
--- a/templates/config/edit.html
+++ b/templates/config/edit.html
@@ -1,5 +1,9 @@
 {% extends "base.html" %}
 
+{% block breadcrumbs %}
+{{ block.super }} &raquo; <a href="{% url config:configs %}">Configurations</a> &raquo; <em><a href="{{ config.get_absolute_url }}">{{ config.name }}</a></em> &raquo; Edit
+{% endblock %}
+
 {% block content %}
 
 <h1>Editing config: <em>{{ config.name }}</em></h1>
diff --git a/templates/config/view.html b/templates/config/view.html
index deef1e0..a60119d 100644
--- a/templates/config/view.html
+++ b/templates/config/view.html
@@ -1,7 +1,7 @@
 {% extends "base.html" %}
 
 {% block breadcrumbs %}
-{{ block.super }} &raquo; <a href="{% url config:configs %}">Configurations</a> &raquo; "{{ config.name }}"
+{{ block.super }} &raquo; <a href="{% url config:configs %}">Configurations</a> &raquo; <em>{{ config.name }}</em>
 {% endblock %}
 
 {% block content %}

-- 
live-studio



More information about the debian-live-changes mailing list