add back the cursor for sfw icon in boardlists

merge-requests/208/head
Thomas Lynch 4 years ago
parent 4c9e925387
commit 5b118e989d
  1. 4
      views/pages/boardlist.pug
  2. 2
      views/pages/home.pug

@ -33,7 +33,7 @@ block content
td
span.left
if board.settings.sfw === true
span(title='SFW') 💼
span.help(title='SFW') 💼
|
if board.settings.unlistedLocal === true
span(title='Unlisted') 👁️
@ -55,7 +55,7 @@ block content
td
span.left
if !board.nsfw
span(title='SFW') 💼
span.help(title='SFW') 💼
|
a(href=board.path) #{board.siteName} /#{board.uri}/ - #{board.title}
td #{board.subtitle || '-'}

@ -35,7 +35,7 @@ block content
td
if board.settings.sfw === true
span.left
span(title='SFW') 💼
span.help(title='SFW') 💼
|
a(href=`/${board._id}/index.html`) /#{board._id}/ - #{board.settings.name}
td #{board.settings.description}

Loading…
Cancel
Save