Skip to content

Commit

Permalink
Merge pull request #2266 from systemed/patch-2
Browse files Browse the repository at this point in the history
Add user_<uid> class to diary entry div
  • Loading branch information
gravitystorm committed Aug 28, 2019
2 parents bf1b9a9 + 946deeb commit a709249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/diary_entries/_diary_entry.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class='diary_post<%= " deemphasize" unless diary_entry.visible %>'>
<div class='diary_post<%= " deemphasize" unless diary_entry.visible %> user_<%= diary_entry.user.id %>'>
<div class='post_heading clearfix'>
<% if !@user %>
<%= user_thumbnail diary_entry.user %>
Expand Down

0 comments on commit a709249

Please sign in to comment.