Skip to content

Commit

Permalink
DEVELOPER-1268 Fixed alignment of links in mini buzz template, and re…
Browse files Browse the repository at this point in the history
…moved the
links from the author and date
  • Loading branch information
adelasofia committed Mar 11, 2015
1 parent a7e128c commit 72596da
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions _partials/mini_buzz_template.html.slim
@@ -1,11 +1,13 @@
.large-12.column
.update.updatemobile
.update-meta
a.external-link.update-source href="<!=permanentLink!>"
h5
<!=sys_title!>
<!=authorName!>
a.external-link.update-timestamp href="<!=permanentLink!>" <!=updatedDate!>
h5
a.external-link href="<!=permanentLink!>" <!=sys_title!>
.row
.small-12.medium-14.column
.update-source <!=authorName!>
.small-12.medium-10.column
.update-timestamp <!=updatedDate!>
.update-body
p
<!=sys_description!>
Expand Down

0 comments on commit 72596da

Please sign in to comment.