From f06efd2ad30690fc51532db19f532c9ac256a2de Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Mon, 27 Feb 2012 00:25:16 +0100 Subject: Book Marx: Display owner of each bookmark. --- src/mulk/benki/book_marx.clj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/mulk/benki') diff --git a/src/mulk/benki/book_marx.clj b/src/mulk/benki/book_marx.clj index 91dcc8f..6c01bcc 100644 --- a/src/mulk/benki/book_marx.clj +++ b/src/mulk/benki/book_marx.clj @@ -60,8 +60,9 @@ [:h2 {:class "bookmark-title"} [:a {:href (escape-html (:uri mark))} (escape-html (:title mark))]] - [:p {:class "bookmark-date"} - (escape-html (:date mark))] + [:p {:class "bookmark-date-and-owner"} + [:span {:class "bookmark-date"} (escape-html (:date mark))] + [:span {:class "bookmark-owner"} " by " (escape-html (:first_name mark))]] [:p {:class "bookmark-description"} (htmlize-description (:description mark))]])]])))) -- cgit v1.2.3