Sha256: 306341a1232f4e61d09c958cc4535e5de58061aad7f0fe432cf5907ee323eca4

Contents?: true

Size: 638 Bytes

Versions: 3

Compression:

Stored size: 638 Bytes

Contents

<h3><%= _("Syndicate")%></h3>
<ul>
  <% if @sidebar.articles -%>
    <li><a href="<%= url_for :controller => 'articles', :action => 'index', :format => @sidebar.format_strip %>" title="Articles feed"><%= _("Articles")%></a></li>
  <% end %>
  <% if @sidebar.comments -%>
  <li><a href="<%= formatted_admin_comments_url(@sidebar.format_strip) %>" title="Comments feed"><%= _("Comments")%></a></li>
  <% end %>
  <% if @sidebar.trackbacks -%>
  <li><a href="<%= url_for :controller=>'xml', :action=>'feed', :format => @sidebar.format_strip, :type => 'trackbacks' %>" title="Trackbacks feed"><%= _("Trackbacks")%></a></li>
  <% end %>
</ul>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
typo-5.2 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.2.98 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.3 vendor/plugins/xml_sidebar/views/content.rhtml