public
Description: Wait and watch
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/lifo/hackfest.git
Ok DefV. simple format it is
lifo (author)
Fri Jul 25 04:38:54 -0700 2008
commit  b0d5edf465f26f02e04e7a039f4bf8bd4de8781b
tree    23631f0d16b4ecdb99a20023221546621ac28770
parent  5166f6152ea5a7dfb47ca340f020eed1739cc03a
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
 <ul>
0
   <% @user.commits.each do |commit| %>
0
     <li>
0
- <%= h commit.message %><br />
0
+ <%= simple_format commit.message %>
0
       <%= link_to(commit.sha1, commit.github_link) %><br /><br />
0
     </li>
0
   <% end %>

Comments

    No one has commented yet.