mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 19:53:19 +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 %>
|
||||
</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 %>">
|
||||
<%= yield :content %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue