consistent styling
git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@85 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7master
parent
34fe5817ed
commit
00a3768981
|
@ -1,5 +1,5 @@
|
|||
<% if @styles.empty? -%>
|
||||
<h1>No styles found.</h1>
|
||||
<ul><li>No styles found.</li></ul>
|
||||
<% else -%>
|
||||
<ol><%= @styles.collect { |s| '<li>' + link_to(s.title, style_path(:id => s.page.title_for_url)) + '</li>' } %></ol>
|
||||
<% end -%>
|
||||
|
@ -7,4 +7,4 @@
|
|||
<% content_for :sidebar do -%>
|
||||
<%= new_style_link -%><br />
|
||||
<%= render :partial => 'shared/tag_cloud' %>
|
||||
<% end -%>
|
||||
<% end -%>
|
||||
|
|
Reference in New Issue