Merge remote branch 'broquaint/frontend-tweaks'
Tomas Doran [Mon, 7 Dec 2009 23:29:54 +0000 (23:29 +0000)]
* broquaint/frontend-tweaks:
  Starting to streamline and generally rejig the layout.
  Hacked in syntax highlighting to the blame view.
  Further tweaks to the blame view.
  Made the blame view a bit more informative.
  Dropped the dependence on File::Stat::ModeString which didn't work and wasn't

1  2 
Makefile.PL
lib/Gitalist/Controller/Root.pm
root/summary.tt2

diff --cc Makefile.PL
Simple merge
Simple merge
@@@ -1,6 -1,6 +1,6 @@@
 -[% PROCESS 'nav/actions.tt2' object = head %]
 +[% PROCESS 'nav/actions.tt2' object = commit %]
  
- <div class='summary'>
+ <div class='summary content'>
  <!-- <div id='stats'>
    <dt>Number of commits in the last day</dt><dd>N</dd>
    <dt>Most frequent commiter in the last week</dt><dd>Foo</dd>