Skip to content

Commit ef64b7a

Browse files
committed
.
1 parent f2a738c commit ef64b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/views/feeds/index.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
%hr
1414
.entry(ng-repeat="entry in feed.entries")
1515
%h5(ng-click="entry.active = true")
16-
{{entry.title}}
1716
%small {{entry.published | date}}
18-
%p(ng-bind-html-unsafe="entry.summary")
17+
{{entry.title}}
18+
%p(ng-bind-html-unsafe="entry.summary" style="margin-left:5em;")
1919
.span3
2020
%ul.nav
2121
%li(ng-repeat="item in items")

0 commit comments

Comments
 (0)