suite
This commit is contained in:
parent
d52b227880
commit
afd65d67af
@ -43,7 +43,8 @@
|
|||||||
%td= i_task.name
|
%td= i_task.name
|
||||||
-if !@i_website
|
-if !@i_website
|
||||||
%td.project{:style => "width:150px;"}
|
%td.project{:style => "width:150px;"}
|
||||||
= i_task.i_website.name if i_task.i_website
|
-if i_task.i_website
|
||||||
|
=link_to i_task.i_website.name, [:admin, i_task.i_website]
|
||||||
%br
|
%br
|
||||||
= i_task.p_customer.show_name if i_task.p_customer
|
= i_task.p_customer.show_name if i_task.p_customer
|
||||||
-if !params[:no_detail]
|
-if !params[:no_detail]
|
||||||
|
@ -341,7 +341,7 @@ Rails.application.routes.draw do
|
|||||||
get "plan" => "public/home#plan"
|
get "plan" => "public/home#plan"
|
||||||
|
|
||||||
|
|
||||||
root "admin/admin_auths#index"
|
root "admin/i_tasks#index"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user