To show a new page

Please help. new to ruby on rails

<%= link_to "Show Action", {:action => 'new' }%>

---- > this for the button

<%= link_to home.html.erb, method: :get do%> ----> when click Show Action , need to show home.html.erb

<% end %>