Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedowney committed Jun 9, 2013
1 parent 69c3485 commit b9e5f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* added `modal` and `modal_trigger` for Bootstrap modal dialogs
* added `modal_alert` and `modal_confirm` which work similarly to their Javascript counterparts
* added `flash_messages` helper for flash support
* added `bs_table_tag` for consistent Bootstrap tables

## v 0.0.11

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Complete [API documentation](http://rubydoc.info/gems/bootstrap-view-helpers/fra
<% end %>
```

#### Block From Using Other Modal Helpers
#### Block Form Using Other Modal Helpers

```erb
<%= modal_trigger("Click to show modal", href: '#modal-2', class: 'btn btn-primary') %>
Expand Down

0 comments on commit b9e5f09

Please sign in to comment.