Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit e173edd

Browse files
author
bach
committed
adds padding to dashboard
1 parent 35ccd2c commit e173edd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/events/show.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
</div>
1818
<div class="card-body">
1919
<% if @current_user.is? (:admin) %>
20-
<div class="card col-md-8">
20+
<div class="card col-md-8 bg-primary">
2121
<%= image_tag "https://i.imgur.com/XABoTRz.png", class: 'card-img-top img-fluid' %>
2222
<div class="card-body">
23-
<p>Silly goose, Admins should always be present at the event!</p>
23+
<p class="text-white">Silly <%= @current_user.first_name %>, Admins should always be present at the event!</p>
2424
</div>
2525
</div>
2626

@@ -56,7 +56,7 @@
5656
<% end %>
5757
</div>
5858
</div>
59-
<div class="col-6 card">
59+
<div class="col-6 card mt-2">
6060
<div class="card-header">
6161
<h1>Event Stats</h1>
6262
</div>

0 commit comments

Comments
 (0)