mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Fix index page for users without a team [SCI-5082]
This commit is contained in:
parent
4bc68f5eab
commit
dd64206b25
1 changed files with 8 additions and 6 deletions
|
@ -1,8 +1,10 @@
|
|||
<% provide :head_title, t('nav.label.dashboard') %>
|
||||
|
||||
<div class="dashboard-container">
|
||||
<% if current_team %>
|
||||
<div class="dashboard-container">
|
||||
<%= render "calendar" %>
|
||||
<%= render "current_tasks" %>
|
||||
<%= render "recent_work" %>
|
||||
<%= render "quick_start" %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue