The main reason to use it was the `rel` attribute for previous/next pages not being indexed correctly by certain search engines when using a relative URL. However, AFAIK that only applied to `<link>` tags, not to `<a>` tags, and only if a `<base>` tag was defined. In any case, it looks like the same search engines don't use the `rel` attribute for previous/next to index pages anymore.
4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
<li>
|
|
<%= link_to t("views.pagination.first"), url, :remote => remote %>
|
|
</li>
|