Sha256: 3d29b0765e627f18e842a06aab628b541a1da2768b5e5b51c02626c1cc2e57f9

Contents?: true

Size: 618 Bytes

Versions: 10

Compression:

Stored size: 618 Bytes

Contents

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
typo-4.1.1 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.0.2 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.0.1 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.0.3.98.1 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.0.3.98 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.0 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.1.2 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.1.1 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.1.3 vendor/plugins/xml_sidebar/views/content.rhtml
typo-5.1 vendor/plugins/xml_sidebar/views/content.rhtml