]> Dogcows Code - chaz/chatty/blobdiff - root/tt/wrapper.tt
some user interface tweaks
[chaz/chatty] / root / tt / wrapper.tt
index f4d497f9e55c81e9939d2c1b4a3d7ae63886ba02..87d510628de4799a1f458950054dd445a607bf23 100644 (file)
                        <div id="inner">
                                <div class="right">
 [% IF c.user_exists -%]
-                                       <a href="[% c.uri_for_action('logout') %]">Log Out</a>
+                                       Logged in as [% c.user.obj.username %]. <a href="[% c.uri_for_action('logout') %]">Log Out</a>
 [% END -%]
                                </div>
-                               <img src="[% c.uri_for('/static/img/chat.png') %]" alt="Chat!">
+                               <a href="[% c.uri_for('/') %]">
+                                       <img src="[% c.uri_for('/static/img/chat.png') %]" alt="Chat!">
+                               </a>
 [% content -%]
                                <div id="footer">
                                        Copyright &copy; 2011 Charles McGarvey. Some rights reserved.
This page took 0.016771 seconds and 4 git commands to generate.