Update diary entry styling

user_<id> class was kept because
https://github.com/openstreetmap/openstreetmap-website/pull/2266
This commit is contained in:
Anton Khorev 2023-08-08 17:36:02 +03:00
parent f47eeb0632
commit 98f1e2a21d
2 changed files with 1 additions and 14 deletions

View file

@ -1,4 +1,4 @@
<div class='diary_post<%= " text-muted px-3 deleted" unless diary_entry.visible %> user_<%= diary_entry.user.id %>'>
<div class='diary_post border-top border-grey pt-3 pb-2<%= " text-muted px-3 bg-danger bg-opacity-10" unless diary_entry.visible %> user_<%= diary_entry.user.id %>'>
<div class='mb-3'>
<% if @user %>
<h2><%= link_to diary_entry.title, diary_entry_path(diary_entry.user, diary_entry) %></h2>