public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
Rapid -- removed created_at timestamp from <creation-details> (it's not 
often what you want)
tablatom (author)
Fri Jul 25 01:31:50 -0700 2008
commit  36c70569476734ea4edd8a13ada7e21f8e1d0f21
tree    8d304cd7c3ea42195ad22c746e88c2fa0dbfebb2
parent  563dca8d8d2d751f8124338c569f41a482e57975
...
1
2
3
4
5
6
7
...
1
2
3
 
4
5
6
0
@@ -1,7 +1,6 @@
0
 <def tag="creation-details">
0
   <div class="creation-details">
0
     <span class="creator" param="by"><if:get_creator><view/></if:get_creator></span>
0
- <view:created_at class="created-at" if="&this.respond_to?(:created_at)" param="at"/>
0
   </div>
0
 </def>
0
 

Comments

    No one has commented yet.