mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +08:00
fix failing cucumber tests
This commit is contained in:
parent
9de998e85c
commit
9fd845c478
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%= render "shared/left_menu_bar" %>
|
<%= render "shared/left_menu_bar" if user_signed_in? %>
|
||||||
<div id="content-wrapper" class="<%= "alert-shown" if flash[:success] || flash[:error] || notice || alert %>">
|
<div id="content-wrapper" class="<%= "alert-shown" if flash[:success] || flash[:error] || notice || alert %>">
|
||||||
<%= yield :content %>
|
<%= yield :content %>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue