diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 381: remove [BETA] from <h1>s on filter pages

Message ID 20130109000613.31665.62384.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Jan. 9, 2013, 12:06 a.m. UTC
------------------------------------------------------------
revno: 381
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Wed 2013-01-09 13:05:14 +1300
message:
  remove [BETA] from <h1>s on filter pages
modified:
  dashboard_app/templates/dashboard_app/filter_add.html
  dashboard_app/templates/dashboard_app/filter_delete.html
  dashboard_app/templates/dashboard_app/filter_detail.html
  dashboard_app/templates/dashboard_app/filter_preview.html
  dashboard_app/templates/dashboard_app/filter_subscribe.html
  dashboard_app/templates/dashboard_app/filters_list.html


--
lp:lava-dashboard
https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk

You are subscribed to branch lp:lava-dashboard.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'dashboard_app/templates/dashboard_app/filter_add.html'
--- dashboard_app/templates/dashboard_app/filter_add.html	2012-09-03 00:09:09 +0000
+++ dashboard_app/templates/dashboard_app/filter_add.html	2013-01-09 00:05:14 +0000
@@ -8,9 +8,9 @@ 
 
 {% block content %}
 {% if form.instance.pk %}
-<h1>[BETA] Edit filter &ldquo;{{ form.instance.name }}&rdquo;…</h1>
+<h1>Edit filter &ldquo;{{ form.instance.name }}&rdquo;…</h1>
 {% else %}
-<h1>[BETA] Add new filter…</h1>
+<h1>Add new filter…</h1>
 {% endif %}
 
 <form action="" method="post">

=== modified file 'dashboard_app/templates/dashboard_app/filter_delete.html'
--- dashboard_app/templates/dashboard_app/filter_delete.html	2012-09-03 00:09:09 +0000
+++ dashboard_app/templates/dashboard_app/filter_delete.html	2013-01-09 00:05:14 +0000
@@ -2,7 +2,7 @@ 
 {% load i18n %}
 
 {% block content %}
-<h1>[BETA] Delete filter {{ filter.name }}</h1>
+<h1>Delete filter {{ filter.name }}</h1>
 
 <form action="" method="POST">
   {% csrf_token %}

=== modified file 'dashboard_app/templates/dashboard_app/filter_detail.html'
--- dashboard_app/templates/dashboard_app/filter_detail.html	2012-12-12 23:49:01 +0000
+++ dashboard_app/templates/dashboard_app/filter_detail.html	2013-01-09 00:05:14 +0000
@@ -4,7 +4,7 @@ 
 
 {% block content %}
 
-<h1>[BETA] Filter {{ filter.name }}</h1>
+<h1>Filter {{ filter.name }}</h1>
 
 {% include "dashboard_app/filter_summary.html" with filter_data=filter.as_data %}
 

=== modified file 'dashboard_app/templates/dashboard_app/filter_preview.html'
--- dashboard_app/templates/dashboard_app/filter_preview.html	2012-12-12 23:49:01 +0000
+++ dashboard_app/templates/dashboard_app/filter_preview.html	2013-01-09 00:05:14 +0000
@@ -9,9 +9,9 @@ 
 
 {% block content %}
 {% if form.instance.pk %}
-<h1>[BETA] Previewing changes to filter &ldquo;{{ form.instance.name }}&rdquo;</h1>
+<h1>Previewing changes to filter &ldquo;{{ form.instance.name }}&rdquo;</h1>
 {% else %}
-<h1>[BETA] Previewing new filter &ldquo;{{ form.name.value }}&rdquo;</h1>
+<h1>Previewing new filter &ldquo;{{ form.name.value }}&rdquo;</h1>
 {% endif %}
 
 {% include "dashboard_app/filter_summary.html" with summary_data=filter.as_data %}

=== modified file 'dashboard_app/templates/dashboard_app/filter_subscribe.html'
--- dashboard_app/templates/dashboard_app/filter_subscribe.html	2012-09-03 00:09:09 +0000
+++ dashboard_app/templates/dashboard_app/filter_subscribe.html	2013-01-09 00:05:14 +0000
@@ -4,7 +4,7 @@ 
 
 {% block content %}
 
-<h1>[BETA] Subscribe to filter {{ filter.name }}</h1>
+<h1>Subscribe to filter {{ filter.name }}</h1>
 
 <form action="" method="POST">
   {% csrf_token %}

=== modified file 'dashboard_app/templates/dashboard_app/filters_list.html'
--- dashboard_app/templates/dashboard_app/filters_list.html	2012-10-01 03:34:07 +0000
+++ dashboard_app/templates/dashboard_app/filters_list.html	2013-01-09 00:05:14 +0000
@@ -3,7 +3,7 @@ 
 {% load django_tables2 %}
 
 {% block content %}
-<h1>[BETA] Filters</h1>
+<h1>Filters</h1>
 
 <p>
  A filter matches test runs by a number of criteria.