public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
swap site host/title
technoweenie (author)
Sun Feb 03 12:00:34 -0800 2008
commit  3bd246d223b259b306e74de71ea0f877d4abfbe6
tree    99dfbdaeb2ce67e5c0cecee1afe6ffbb296d88f6
parent  188c502e886f03afe8591881722bda646950061e
...
31
32
33
34
35
 
 
36
37
38
...
31
32
33
 
 
34
35
36
37
38
0
@@ -31,8 +31,8 @@
0
   <tbody id="articles">
0
 <% @sites.each do |site| -%>
0
     <tr>
0
- <td><%= link_to(site.title, {:action => 'show', :id => site}) %></td>
0
- <td><%=h site.host %></td>
0
+ <td><%= link_to(h(site.host), {:action => 'show', :id => site}) %></td>
0
+ <td><%=h site.title %></td>
0
     </tr>
0
 <% end -%>
0
   </tbody>

Comments

    No one has commented yet.