From 00a3768981119b5048d4a07ea033ff5e8a294d49 Mon Sep 17 00:00:00 2001 From: andrew Date: Wed, 9 Jan 2008 05:04:26 +0000 Subject: [PATCH] consistent styling git-svn-id: http://svn.barleysodas.com/barleysodas/trunk@85 0f7b21a7-9e3a-4941-bbeb-ce5c7c368fa7 --- app/views/styles/index.rhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/styles/index.rhtml b/app/views/styles/index.rhtml index b179864..27037c5 100644 --- a/app/views/styles/index.rhtml +++ b/app/views/styles/index.rhtml @@ -1,5 +1,5 @@ <% if @styles.empty? -%> -

No styles found.

+ <% else -%>
    <%= @styles.collect { |s| '
  1. ' + link_to(s.title, style_path(:id => s.page.title_for_url)) + '
  2. ' } %>
<% end -%> @@ -7,4 +7,4 @@ <% content_for :sidebar do -%> <%= new_style_link -%>
<%= render :partial => 'shared/tag_cloud' %> -<% end -%> \ No newline at end of file +<% end -%>