Skip to content
This repository has been archived by the owner on Aug 2, 2018. It is now read-only.

Commit

Permalink
More layout tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalpickles committed Dec 9, 2010
1 parent 57814bd commit 5edbbe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/notes/show.mobile.erb
@@ -1,3 +1,3 @@
<h1><%= link_to @note.user, @note.user %> wrote about <%= link_to @note.scotch, @note.scotch %></h1>
<h4><%= link_to @note.user, @note.user %> wrote about <%= link_to @note.scotch, @note.scotch %></h4>

<%= simple_format @note.body %>
2 changes: 1 addition & 1 deletion app/views/welcome/show.mobile.erb
Expand Up @@ -14,7 +14,7 @@
So, drink up, gentlefolk, and keep on scotching and sclogging.
</p>

<%= link_to "Scotch a new note", new_scotch_path, 'data-role' => 'button' %>
<%= link_to "Scotch a new note", new_scotch_path, 'data-role' => 'button', 'data-icon' => 'plus', 'data-inline' => 'true' %>

<h1>Recent Scotch Notes</h1>

Expand Down

0 comments on commit 5edbbe1

Please sign in to comment.