[extensions-web] templates: s/alpha/beta/
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] templates: s/alpha/beta/
- Date: Wed, 11 Apr 2012 21:02:53 +0000 (UTC)
commit e17ca6307c6eb0eb8f493ecf7a75e82aa99c2ad1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Apr 11 17:02:02 2012 -0400
templates: s/alpha/beta/
There were a few places that weren't changed.
sweettooth/static/css/sweettooth.css | 12 ++++++------
sweettooth/templates/500.html | 2 +-
sweettooth/templates/base.html | 2 +-
3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 32b14be..b8a9e69 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -93,6 +93,12 @@
margin-top: -5px;
}
+.beta-disclaimer {
+ font-size: larger;
+ font-weight: bold;
+ text-align: center;
+}
+
.alpha-warning {
font-weight: bold;
color: #CC0000;
@@ -705,12 +711,6 @@ input[type=submit], button {
color: #888;
}
-.alpha-disclaimer {
- font-size: larger;
- font-weight: bold;
- text-align: center;
-}
-
/* Instruction steps */
/* ==================================================================== */
diff --git a/sweettooth/templates/500.html b/sweettooth/templates/500.html
index 08104ef..c652bf8 100644
--- a/sweettooth/templates/500.html
+++ b/sweettooth/templates/500.html
@@ -2,5 +2,5 @@
{% block title %}Uh oh... - {{ block.super }}{% endblock %}
{% block body %}
<h3>500 - Internal Server Error</h3>
-<p>The server had an error when you wanted to access this page. This site is alpha, so it may happen sometimes. Please <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=website&component=extensions.gnome.org">let us know what you did</a> so we can fix it!</p>
+<p>The server had an error when you wanted to access this page. This site is beta, so it may happen sometimes. Please <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=website&component=extensions.gnome.org">let us know what you did</a> so we can fix it!</p>
{% endblock %}
diff --git a/sweettooth/templates/base.html b/sweettooth/templates/base.html
index bd15c98..efd37e9 100644
--- a/sweettooth/templates/base.html
+++ b/sweettooth/templates/base.html
@@ -95,7 +95,7 @@
<small>Free to share and remix: <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons CC-BY</a>. Optimised for standards. Hosted by <a href="https://www.redhat.com/">Red Hat</a>. Powered by <a href="http://www.djangoproject.com">Django</a> and <a href="https://git.gnome.org/browse/extensions-web">SweetTooth</a></small>
</div>
- <p class="alpha-disclaimer">GNOME Shell Extensions is alpha software. Help us out by <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=website&component=extensions.gnome.org">reporting bugs and letting know what you think!</a></p>
+ <p class="beta-disclaimer">GNOME Shell Extensions is beta software. Help us out by <a href="https://bugzilla.gnome.org/enter_bug.cgi?product=website&component=extensions.gnome.org">reporting bugs and letting know what you think!</a></p>
<div class="clear"></div>
</div>
</body>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]