This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
2008-01-07 00:46:43 -05:00
|
|
|
<% if @styles.empty? -%>
|
2008-01-09 00:04:26 -05:00
|
|
|
<ul><li>No styles found.</li></ul>
|
2008-01-07 00:46:43 -05:00
|
|
|
<% else -%>
|
2008-04-13 04:16:26 -04:00
|
|
|
<ol><%= @styles.collect { |s| '<li>' + link_to(s.title, style_path(s)) + '</li>' } %></ol>
|
2008-01-07 00:46:43 -05:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
<% content_for :sidebar do -%>
|
|
|
|
<%= new_style_link -%><br />
|
|
|
|
<%= render :partial => 'shared/tag_cloud' %>
|
2008-01-09 00:04:26 -05:00
|
|
|
<% end -%>
|