Commit 78a4c073 by vulehuan

remove comment - test

parent 54846764
......@@ -35,11 +35,11 @@
</nav>
<div class="clearfix"></div>
<% if flash.any? %>
<!-- <div id="block-message" class="hidden"> -->
<div id="block-message" class="hidden">
<% flash.each do |key, value| %>
<%= content_tag(:div, value, class: "alert alert-#{key}") %>
<% end %>
<!-- </div> -->
</div>
<% end %>
<%= yield %>
</div>
......
......@@ -100,5 +100,4 @@ describe "UserPages" do
specify { expect(user.reload).not_to be_admin }
end
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment