%# app/views/sitemaps/index.html.erb %>
Filename | Last Modified | Size | Actions |
---|---|---|---|
<%= sitemap[:key] %> | <%= sitemap[:last_modified].strftime("%Y-%m-%d %H:%M:%S") %> | <%= number_to_human_size(sitemap[:size]) %> | <%= link_to "View", sitemap[:url], class: "btn btn-sm btn-primary", target: "_blank" %> |
Sitemap Index URL:
<%= sitemaps_url(format: :xml) %>