Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Update README.md #58

Merged
merged 1 commit into from
Mar 6, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ made to generate the HTML expected by Bootstrap while still generating the rich
<%= f.inputs do %>
<%= f.input :title, :hint => "This is the title!" %>
<% end %>
<%= f.buttons do %>
<%= f.commit_button %>
<%= f.actions do %>
<%= f.submit %>
<% end %>
<% end %>

Expand Down