[Bps-public-commit] rt-extension-mobileui branch, master, updated. 0.9-4-g1eacf6d
Jesse Vincent
jesse at bestpractical.com
Fri Aug 6 11:37:13 EDT 2010
The branch, master has been updated
via 1eacf6dc8bb42980407f84f187f851bed4776a70 (commit)
via 35e6b70ce3705a46510ba00521395c07dfc27035 (commit)
via 5719544ecb133a95c78633d528e40200f24254e2 (commit)
from 510660b97866b890e64e0accef302fe1b80280b6 (commit)
Summary of changes:
Changes | 5 +++++
html/m/index.html | 3 +--
lib/RT/Extension/MobileUI.pm | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 5719544ecb133a95c78633d528e40200f24254e2
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Aug 6 08:38:05 2010 -0700
h1 title fix?
diff --git a/html/m/index.html b/html/m/index.html
index b47b9bc..5b38125 100644
--- a/html/m/index.html
+++ b/html/m/index.html
@@ -1,5 +1,4 @@
-<&| _elements/wrapper &>
-<h1><%loc("RT for [_1]",RT->Config->Get('rtname'))%></h1>
+<&| _elements/wrapper, title => loc("RT for [_1]",RT->Config->Get('rtname'))&>
<& _elements/menu &>
<& _elements/full_site_link &>
</&>
commit 35e6b70ce3705a46510ba00521395c07dfc27035
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Aug 6 08:38:20 2010 -0700
0.91
diff --git a/lib/RT/Extension/MobileUI.pm b/lib/RT/Extension/MobileUI.pm
index dbe1eb8..bc4343e 100644
--- a/lib/RT/Extension/MobileUI.pm
+++ b/lib/RT/Extension/MobileUI.pm
@@ -3,7 +3,7 @@ use strict;
package RT::Extension::MobileUI;
-our $VERSION = "0.9";
+our $VERSION = "0.91";
=head1 NAME
commit 1eacf6dc8bb42980407f84f187f851bed4776a70
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Fri Aug 6 08:38:44 2010 -0700
changelog
diff --git a/Changes b/Changes
index 2115448..a6d6336 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+0.91
+
+* Minor CSS styling, an attempt at a fix for the homepage title
+
+
0.9
* Initial release
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list