Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
root url in template
  • Loading branch information
napcs committed Nov 6, 2011
1 parent 31bcbd2 commit ad9fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/news/show.mobile.erb
@@ -1,6 +1,6 @@
<div data-role="header">
<h1><%= @news_item.name %></h1>
<%= link_to 'Home', news_url, "class" => "ui-btn-right" %>
<%= link_to 'Home', root_url, "class" => "ui-btn-right" %>
</div>

<div data-role="content">
Expand Down

0 comments on commit ad9fc1d

Please sign in to comment.