mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 22:39:26 +01:00
Merge pull request #208 from SamStudio8/master
Moved back link on profile
This commit is contained in:
commit
7e1505fc24
@ -43,7 +43,10 @@ block content
|
|||||||
h1
|
h1
|
||||||
#{primary}
|
#{primary}
|
||||||
small
|
small
|
||||||
"#{profile.tagline}"
|
if(profile.tagline)
|
||||||
|
"#{profile.tagline}"
|
||||||
|
div#backlink
|
||||||
|
a(href='/profile/'+connection) « Profiles
|
||||||
|
|
||||||
div.row.profile_row#profile_data
|
div.row.profile_row#profile_data
|
||||||
div.span3
|
div.span3
|
||||||
@ -92,6 +95,3 @@ block content
|
|||||||
#{chan.fields.wpl.data}
|
#{chan.fields.wpl.data}
|
||||||
td
|
td
|
||||||
#{chan.fields.in_mentions.data}
|
#{chan.fields.in_mentions.data}
|
||||||
ul.pager
|
|
||||||
li.previous
|
|
||||||
a(href='/profile/'+connection) ← Back to #{connection}.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user