thanks for your help.

adding the line
    <%= link_to('Start a new topic', "new_forum_topic") %>
in /forums/show.html.erb

generates this link
    http://localhost:3000/forums/new_forum_topic

which generates this error
    Couldn't find Forum with ID=new_forum_topic

On 1 Sep., 20:51, "Steven A Bristol" <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 1, 2008 at 2:32 PM, nick <[EMAIL PROTECTED]> wrote:
>
> > I want to removal javascript dependency from the "Start a new topic"-
> > labeled link because it's needless.
> > There should be a textfield to put on the topic title and a submit
> > button  ...without special effects =)
>
> > I am still very newish to Ruby, Javascript and English, so I am very
> > pleased for sum help.
>
> I think changing
>        <%= inline_tb_link('Start a new topic', "new_forum_topic",
> {:title => "Starting a new topic in [EMAIL PROTECTED]",
>                                                                    :id
> => "new_topic_link"},
>
> {:height => 130, :width => 300}) %>
>
> to
>       <%= link_to('Start a new topic', "new_forum_topic") %>
>
> should do it.
>
> cheers,
> steven bristol

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Lovd by Less" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/lovdbyless?hl=en
Who loves ya baby?
-~----------~----~----~----~------~----~------~--~---

Reply via email to