Skip to content

Commit

Permalink
style admin photos
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Jan 16, 2024
1 parent e07a078 commit 71c82e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/admin/photos.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
= paginate @entries
.row
- @entries.each do |entry|
.pictureFrame.col-md-3
=link_to entry.image_url_cdn, target: "_blank" do
.pictureFrame.col-xs-2.col-md-3
=link_to entry.image_url_cdn, target: "_blank", style: "border: 1px solid black;" do
=image_code(entry)
.row
.center
= paginate @entries
= paginate @entries

0 comments on commit 71c82e9

Please sign in to comment.