mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
fix link to sign in page
This commit is contained in:
parent
5532ea4dec
commit
a81464f189
2 changed files with 2 additions and 2 deletions
|
@ -181,7 +181,7 @@ function bindInteractions() {
|
|||
|
||||
function loggedOutInteractions() {
|
||||
[].forEach.call(document.querySelectorAll('.interaction--fave,.interaction--upvote,.interaction--downvote'),
|
||||
a => a.setAttribute('href', '/session/new'));
|
||||
a => a.setAttribute('href', '/sessions/new'));
|
||||
}
|
||||
|
||||
function setupInteractions() {
|
||||
|
|
|
@ -22,7 +22,7 @@ span.tag.dropdown data-tag-category="#{@tag.category}" data-tag-id="#{@tag.id}"
|
|||
a.tag__dropdown__link.hidden data-method="delete" data-remote="true" data-tag-action="unhide" href=Routes.filter_hide_path(@conn, :delete, tag: @tag) Unhide
|
||||
a.tag__dropdown__link.hidden data-method="post" data-remote="true" data-tag-action="hide" href=Routes.filter_hide_path(@conn, :create, tag: @tag) Hide
|
||||
|
||||
a.tag__dropdown__link.hidden href="/session/new" Sign in to Watch
|
||||
a.tag__dropdown__link.hidden href="/sessions/new" Sign in to Watch
|
||||
a.tag__dropdown__link.hidden href="/filters" Filter
|
||||
|
||||
span.tag__count
|
||||
|
|
Loading…
Reference in a new issue