Skip to content

Commit

Permalink
Update app/views/index/index.html.erb
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges authored Dec 14, 2024
1 parent 47ab7d0 commit 1ae1066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/index/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<div class="container py-sm-3">
<div class="row">
user&.treasurer? || user&.renting_manager? || user&.main_bartender?
<% if user&.treasurer? || user&.renting_manager? || user&.main_bartender? %>
<div class="col-12 col-md-6 mb-2">
<div class="card">
<h5 class="card-header">Welkom, <%= current_user.name %>
Expand Down

0 comments on commit 1ae1066

Please sign in to comment.