limite texte
This commit is contained in:
parent
2c822c3a17
commit
7997d3816f
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
-if !params[:no_detail]
|
-if !params[:no_detail]
|
||||||
%td{:style => "width:150px;"}= i_task.admin.show_name if i_task.admin
|
%td{:style => "width:150px;"}= i_task.admin.show_name if i_task.admin
|
||||||
%td= i_task.name
|
%td.task_desc=simple_format i_task.name.to_s
|
||||||
-if !@i_website
|
-if !@i_website
|
||||||
%td.project{:style => "width:150px;"}
|
%td.project{:style => "width:150px;"}
|
||||||
-if i_task.i_website
|
-if i_task.i_website
|
||||||
@ -76,3 +76,9 @@
|
|||||||
= link_to i(:eye), admin_i_task_path(i_task)
|
= link_to i(:eye), admin_i_task_path(i_task)
|
||||||
|
|
||||||
|
|
||||||
|
:scss
|
||||||
|
.task_desc{
|
||||||
|
p{
|
||||||
|
margin:0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -433,7 +433,7 @@ ActiveRecord::Schema.define(version: 20191112110616) do
|
|||||||
|
|
||||||
create_table "i_tasks", force: :cascade do |t|
|
create_table "i_tasks", force: :cascade do |t|
|
||||||
t.integer "i_website_id", limit: 4
|
t.integer "i_website_id", limit: 4
|
||||||
t.string "name", limit: 255
|
t.text "name", limit: 65535
|
||||||
t.text "descritpion", limit: 65535
|
t.text "descritpion", limit: 65535
|
||||||
t.date "end_at"
|
t.date "end_at"
|
||||||
t.integer "image_file_id", limit: 4
|
t.integer "image_file_id", limit: 4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user