Re: [Rails] adding different title for a single form in rails

2012-09-29 Thread Hassan Schroeder
On Fri, Sep 28, 2012 at 11:36 PM, ruby rails wrote: > I have a Task management applciation where users can add task and edit > it. I am using single form for it. When I render this form for edit and > new, I need to assign the different form title for each. Say "Edit task" > and "Assign new task".

Re: [Rails] adding different title for a single form in rails

2012-09-29 Thread Alexandre Calvão
simple_form does that https://github.com/plataformatec/simple_form === *Alexandre Mondaini Calvão* "*Nossa recompensa se encontra no esforço e não no resultado. Um esforço total é uma vitória completa*." [Ghandi] 2012/9/29 ruby rails > I have a Task management applciation whe

[Rails] adding different title for a single form in rails

2012-09-28 Thread ruby rails
I have a Task management applciation where users can add task and edit it. I am using single form for it. When I render this form for edit and new, I need to assign the different form title for each. Say "Edit task" and "Assign new task". How do I implement it. I am new to rails. Please help. --