]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/webapps/planet/planet-common.xml
websites.concatenative: cleanup css a bit.
[factor.git] / extra / webapps / planet / planet-common.xml
index 486d5cc1ed92f6ccd5e57fee74d0d8df1980bbe1..239c9571a501a572d791285a1ec9d55df426ef1b 100644 (file)
@@ -5,16 +5,16 @@
        <t:style t:include="resource:extra/webapps/planet/planet.css" />
 
        <div class="navbar">
-                 <t:a t:href="$planet">Front Page</t:a>
-               <t:a t:href="$planet/feed.xml">Atom Feed</t:a>
-               <t:a t:href="$planet/admin">Admin</t:a>
+               <t:a t:href="$planet">Front Page</t:a>
+               <t:a t:href="$planet/feed.xml">Atom Feed</t:a>
+               <t:a t:href="$planet/admin">Admin</t:a>
 
                <t:if t:code="furnace.auth:logged-in?">
                        <t:if t:code="furnace.auth.features.edit-profile:allow-edit-profile?">
-                               <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
+                               <t:a t:href="$realm/edit-profile" t:aside="begin">Edit Profile</t:a>
                        </t:if>
        
-                       <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
+                       <t:button t:action="$login-realm/logout" t:aside="begin" class="link-button link">Logout</t:button>
                </t:if>
        </div>