public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
Remove debug-source from section tag
al2o3cr (author)
Fri Aug 29 15:16:43 -0700 2008
commit  9f1ec755194fe5d7a729c314fd95be0b6e70e458
tree    2a6948b33367cdbebb7b3b779196c7bf840945fd
parent  4dcd6dd5d72550467c06ce2141f9c81224f6f85a
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@
0
 <def tag="section-group"><div class="section-group"><div class="section-group-inner" param="default"></div></div></def>
0
 
0
 <!-- section represents a generic document or application section. -->
0
-<def tag="section" attrs="empty, with-flash-messages" debug-source>
0
+<def tag="section" attrs="empty, with-flash-messages">
0
   <set body="&parameters.default" flash="&with_flash_messages && !scope.flash_rendered"/>
0
   <div class="section #{'with-flash' if flash}" merge-attrs if="&!body.blank? || empty">
0
     <flash-messages if="&flash"/>

Comments

    No one has commented yet.