Ben/article show redesign (#246)
* Add sidebar sticky elements * Add sticky sidebar to article show page * Add saved changes check to user * Fix missing CSS variable in sticky nav file * Add date joined as default summary * Remove accidentally-included file * Add check for published on article sidebar * Fix styling issues on side nav * Modify article order * Fix issue in side bar * Fix issue in side bar * Not show author image as other images
This commit is contained in:
parent
ddf6ad45e1
commit
af37587de5
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
limit(8).
|
||||
each do |article| %>
|
||||
<a class="primary-sticky-nav-element" href="<%= article.path %>">
|
||||
<img src="<%= ProfileImage.new(@actor).get(90) %>" class="primary-sticky-nav-profile-image" />
|
||||
<img src="<%= ProfileImage.new(article.user).get(90) %>" class="primary-sticky-nav-profile-image" />
|
||||
<%= article.title %>
|
||||
<div class="primary-sticky-nav-element-details">
|
||||
<% article.decorate.cached_tag_list_array.each do |tag| %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue