Skip to content

Commit

Permalink
Deleted columns in notice partial
Browse files Browse the repository at this point in the history
  • Loading branch information
x1wins committed Jun 12, 2021
1 parent 05ee929 commit 15e4c0e
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/views/layouts/_notice.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<% if notice.present? %>
<div class="columns">
<div class="column">
<p class="notification is-success">
<button class="delete"></button>
<%= notice %>
</p>
</div>
</div>
<p class="notification is-success">
<button class="delete"></button>
<%= notice %>
</p>
<% end %>

0 comments on commit 15e4c0e

Please sign in to comment.