consistent styling

git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@85 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7
master
andrew 2008-01-09 05:04:26 +00:00
parent 34fe5817ed
commit 00a3768981
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<% if @styles.empty? -%> <% if @styles.empty? -%>
<h1>No styles found.</h1> <ul><li>No styles found.</li></ul>
<% else -%> <% else -%>
<ol><%= @styles.collect { |s| '<li>' + link_to(s.title, style_path(:id => s.page.title_for_url)) + '</li>' } %></ol> <ol><%= @styles.collect { |s| '<li>' + link_to(s.title, style_path(:id => s.page.title_for_url)) + '</li>' } %></ol>
<% end -%> <% end -%>