Move status update form to post feed page.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 17 Jan 2011 06:23:23 +0000 (07:23 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 17 Jan 2011 06:23:23 +0000 (07:23 +0100)
src/main/resources/static/css/sone.css
src/main/resources/templates/include/head.html
src/main/resources/templates/index.html

index f39cfef..323cb0e 100644 (file)
@@ -147,6 +147,10 @@ textarea {
        padding-left: 1ex;
 }
 
+#sone #update-status {
+       margin-bottom: 1em;
+}
+
 #sone #update-status label {
        display: none;
 }
index 2c2cf3f..4e43da4 100644 (file)
@@ -44,7 +44,6 @@
                                <div id="home-sone">
                                        <% currentSone|store key=sone>
                                        <%include include/viewSone.html>
-                                       <%include include/updateStatus.html>
                                </div>
                        <%/if>
                </div>
index 345f376..59bfee7 100644 (file)
@@ -4,6 +4,8 @@
 
        <h1><%= Page.Index.PostList.Title|l10n|html></h1>
 
+       <%include include/updateStatus.html>
+
        <div id="posts">
                <%= page|store key=pageParameter>
                <%include include/pagination.html>