holtonma (owner)

Revisions

gist: 66788 Download_button fork
public
Public Clone URL: git://gist.github.com/66788.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
9
10
<!-- #... other stuff -->
 
<ul>
 <li><a href="http://www.blogger.com/store"><%= I18n.t 'layout.side.home' %></a></li>
<li><a href="http://www.blogger.com/questions"><%= I18n.t 'layout.side.questions' %></a></li>
<li><a href="http://www.blogger.com/news"><%= I18n.t 'layout.side.news' %></a></li>
<li><a href="http://www.blogger.com/contact"><%= I18n.t 'layout.side.contact' %></a></li>
</ul>
 
<!-- #... other stuff -->