I might leave the parentheses off the call to link_to, but only if it didn't break across lines in the actual source. In fact, since you're using the hash argument form for the url construction, you really could have this and be exactly the same (from a Rails-semantics perspective):
I mention this because going back and adding an option that you expect to be given to link_to can easily be given to the underlying call to url_for that happens inside the link_to helper.
You might want to take a look at an old article by James Edward Gray II