Commit d841eedfab681783cdf3f9d5b52087468e49f99f
Committed by
Simiao Carvalho
1 parent
012c07e2
Exists in
master
and in
5 other branches
change blog tab format from compact to short+pic
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
views/blocks/_software_tab_blog.html.erb
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | </div> | 6 | </div> |
7 | <% else %> | 7 | <% else %> |
8 | <div class="blog-posts"> | 8 | <div class="blog-posts"> |
9 | - <%= list_posts(block.posts, format: "compact", paginate: false) %> | 9 | + <%= list_posts(block.posts, format: "short+pic", paginate: false) %> |
10 | </div> | 10 | </div> |
11 | 11 | ||
12 | <div class="read-more"> | 12 | <div class="read-more"> |