fix link to sign in page

This commit is contained in:
byte[] 2020-08-01 19:04:48 -04:00
parent 5532ea4dec
commit a81464f189
2 changed files with 2 additions and 2 deletions

View file

@ -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() {

View file

@ -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