Skip to content

Commit

Permalink
Add hr between recent_activity items
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Jan 15, 2025
1 parent d663181 commit 9f817ee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/application.scss.erb
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,10 @@ form#address_search_form input.lookup_search_input {
.map_input .limit #by_type_id {
width: 143px;
}
.activity_hr {
border-bottom: 1px solid;
margin: 5px 20px;
}

.hr {
display: flex;
Expand Down
3 changes: 2 additions & 1 deletion app/views/locations/_render_recent_activity.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@
Line-up confirmed
- if (!recent_activity.user_name.blank?)
by
%span.bold #{recent_activity.user_name}
%span.bold #{recent_activity.user_name}
.activity_hr
1 change: 1 addition & 0 deletions app/views/maps/_nearby_activity.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@
- if (!recent_activity.user_name.blank?)
by
%span.bold #{recent_activity.user_name}
.activity_hr
2 changes: 1 addition & 1 deletion app/views/pages/activity.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
- if (!recent_activity.user_name.blank?)
by
%span.bold #{recent_activity.user_name}

.activity_hr

0 comments on commit 9f817ee

Please sign in to comment.