[Bps-public-commit] App-Changeloggr branch, master, updated. 1d05aace8b584788d4f0b8092ee9914f7b8a3456

sartak at bestpractical.com sartak at bestpractical.com
Thu Oct 8 15:13:40 EDT 2009


The branch, master has been updated
       via  1d05aace8b584788d4f0b8092ee9914f7b8a3456 (commit)
       via  0d579db57c201def9e6893fa51df588fe6d202ee (commit)
      from  e0111e68ed74fbeeedbf0bddcdacbdeedd0b870b (commit)

Summary of changes:
 lib/App/Changeloggr/View.pm     |   12 ++++++------
 share/web/static/css/change.css |    2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

- Log -----------------------------------------------------------------
commit 0d579db57c201def9e6893fa51df588fe6d202ee
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Oct 8 15:13:26 2009 -0400

    Move change metadata above the message

diff --git a/lib/App/Changeloggr/View.pm b/lib/App/Changeloggr/View.pm
index 1144f01..e52ee69 100644
--- a/lib/App/Changeloggr/View.pm
+++ b/lib/App/Changeloggr/View.pm
@@ -193,6 +193,12 @@ sub show_change {
             }
         };
 
+        ul {
+            { class is "change_metadata" };
+            li { "Author: " . $change->author };
+            li { "Date: " . $change->date };
+        };
+
         render_region(
             name => "change_message",
             path => "/change/message",
@@ -201,12 +207,6 @@ sub show_change {
             },
         );
 
-        ul {
-            { class is "change_metadata" };
-            li { "Author: " . $change->author };
-            li { "Date: " . $change->date };
-        };
-
         render_region(
             name      => "change_$id",
             path      => '/change/more',

commit 1d05aace8b584788d4f0b8092ee9914f7b8a3456
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Oct 8 15:13:35 2009 -0400

    Less yella

diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index 370fd41..c713cbc 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -41,7 +41,7 @@ div#vote_buttons .hotkey {
 .change_message {
   font-family: monospace;
   font-size: 1.2em;
-  color: #FFFF00;
+  color: #FFFF55;
 }
 
 .change {

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list