mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
update footer, pagination links, syntax page link
This commit is contained in:
parent
5c5535d887
commit
e91154e3c3
5 changed files with 6 additions and 6 deletions
|
@ -73,7 +73,7 @@
|
|||
},
|
||||
{
|
||||
"title": "Donations",
|
||||
"url": "/donations",
|
||||
"url": "/pages/donations",
|
||||
"bold": true
|
||||
},
|
||||
{
|
||||
|
|
|
@ -18,7 +18,7 @@ header.header
|
|||
i.fa-embedded--search
|
||||
a.header__search__button href="/search/reverse" title="Search using an image"
|
||||
i.fa-embedded--camera
|
||||
a.header__search__button href="/search/syntax" title="Search syntax help"
|
||||
a.header__search__button href="/pages/search_syntax" title="Search syntax help"
|
||||
i.fa-embedded--help
|
||||
|
||||
.flex.flex--centered.flex--no-wrap.header__force-right
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
nav.pagination
|
||||
= if not first_page?(@page) do
|
||||
= link("« First", to: first_page_path(@page, @route, params))
|
||||
= link("‹ Prev", to: prev_page_path(@page, @route, params))
|
||||
= link("‹ Prev", to: prev_page_path(@page, @route, params), class: "js-prev")
|
||||
|
||||
= if left_gap?(@page) do
|
||||
span.page.gap
|
||||
|
@ -24,7 +24,7 @@
|
|||
' …
|
||||
|
||||
= if not last_page?(@page) do
|
||||
= link("Next ›", to: next_page_path(@page, @route, params))
|
||||
= link("Next ›", to: next_page_path(@page, @route, params), class: "js-next")
|
||||
|
||||
= if last do
|
||||
= link("Last »", to: last_page_path(@page, @route, params))
|
|
@ -61,7 +61,7 @@ h1 Search
|
|||
.hidden.walloftext data-search-help="date"
|
||||
strong.js-search-help-subject>
|
||||
' is a date/time field. It accepts a
|
||||
a href="search/syntax#date-range" tweaked subset of the ISO 8601 standard
|
||||
a href="/pages/search_syntax#date-range" tweaked subset of the ISO 8601 standard
|
||||
| , as well as relative dates
|
||||
code<
|
||||
| (X minutes/hours/days/months/years ago)
|
||||
|
|
|
@ -7,7 +7,7 @@ h1 Tags
|
|||
|
||||
.fieldlabel
|
||||
' For more information, see the
|
||||
a href="/search/syntax" search syntax documentation
|
||||
a href="/pages/search_syntax" search syntax documentation
|
||||
' . Wildcards are supported in all literal fields.
|
||||
' Search results are sorted by image count, then by name alphabetically.
|
||||
|
||||
|
|
Loading…
Reference in a new issue