From 76ed899917c4d3c004ecba654ee230bf82551d00 Mon Sep 17 00:00:00 2001 From: Sam Nicholls Date: Thu, 24 Jan 2013 22:07:43 +0000 Subject: [PATCH] Moved back link on profile --- views/profile/profile.jade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/profile/profile.jade b/views/profile/profile.jade index 414dee5..a719833 100644 --- a/views/profile/profile.jade +++ b/views/profile/profile.jade @@ -43,7 +43,10 @@ block content h1 #{primary} small - "#{profile.tagline}" + if(profile.tagline) + "#{profile.tagline}" + div#backlink + a(href='/profile/'+connection) « Profiles div.row.profile_row#profile_data div.span3 @@ -92,6 +95,3 @@ block content #{chan.fields.wpl.data} td #{chan.fields.in_mentions.data} - ul.pager - li.previous - a(href='/profile/'+connection) ← Back to #{connection}.