Really useful software project management and source code hosting.    tell me more...
BROWSE: projects / users / groups
Public clone: git://codaset.com/joelmoss/railings.git
star_disabled Dashboard Source Tickets Wiki Blog Network


Really Useful Social coding!

Codaset is an open system, so you can browse and search through all the open source projects, and check out what your friends are coding. Follow them, befriend them, and fork their code; quickly and easily.
Every single open source project you create is free, so come on and use Codaset at no cost. Your first private or semi-private project is also free. Read more about what it costs after that.

blueprintifying app layout

comment0 comments   

by Joel Moss
2 months ago
commit:93c1302a068936c0b27bafca2fb078fc9fb3e26b
tree:f9156135f19725b35cb909a4b7b9b5984c866fb3
parent:42c3352e603ba026a667d4f32fa73237bafa4bf3
217217
   </head>
218218
   <body>
219219
   
220
-    &lt;ul class=&quot;hmenu&quot;&gt;
221
-      &lt;%= render 'devise/menu/registration_items' %&gt;
222
-      &lt;%= render 'devise/menu/login_items' %&gt;
223
-    &lt;/ul&gt;
224
-    &lt;%= render 'shared/flashes' %&gt;
220
+    &lt;div class=&quot;container&quot;&gt;
221
+      &lt;div class=&quot;span-24&quot;&gt;
222
+      
223
+        &lt;ul class=&quot;hmenu&quot;&gt;
224
+          &lt;%= render 'devise/menu/registration_items' %&gt;
225
+          &lt;%= render 'devise/menu/login_items' %&gt;
226
+        &lt;/ul&gt;
227
+        
228
+        &lt;%= render 'shared/flashes' %&gt;
225229
     
226
-    &lt;%= yield %&gt;
230
+        &lt;%= yield %&gt;
231
+    
232
+      &lt;/div&gt;
233
+    &lt;/div&gt;
227234
     
228235
     <%= javascript_include_tag :jquery, :cache => true %>    
229236