mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 08:46:34 +01:00
clean ups
This commit is contained in:
parent
b53fbc64dc
commit
36f007a087
6 changed files with 19 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<%
|
||||
@initial_context_name = @context.name unless @context.nil?
|
||||
@initial_context_name ||= @project.default_context.name unless @project.nil? || @project.default_context.nil?
|
||||
@initial_context_name ||= current_user.contexts.first.name unless current_user.contexts.first.nil?
|
||||
@initial_context_name ||= @contexts.first.name unless @contexts.first.nil?
|
||||
@initial_project_name = @project.name unless @project.nil?
|
||||
-%>
|
||||
<div id="todo_new_action_container">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue