Minor fix for tasks and styling
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
|
||||
<body>
|
||||
<site-sidebar id="global_sidebar">
|
||||
<h1>Subtle Storm</h1>
|
||||
|
||||
<%= render partial: 'projects_selector' %>
|
||||
</site-sidebar>
|
||||
<main class="container">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.row
|
||||
= link_to 'New', new_task_path(project: @project&.code)
|
||||
= link_to 'New', new_task_path(project: current_project&.code)
|
||||
|
||||
- if @tasks.exists?
|
||||
table
|
||||
|
||||
Reference in New Issue
Block a user