<%= link_to "Test 1 No Block", '/test1', :class => 'test', :id => 'test1' %> <% link_to("/test2", :class => 'test', :id => 'test2') do %> Test 2 With Block <% end %>