Skip to content

Commit

Permalink
fixing README visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
joseustra committed Jul 27, 2011
1 parent 5e593e9 commit 8be714d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ You need copy this files to your stylesheets and javascripts folder

This helper is to include the js function to generate the notification.

<% flash.each do |key, msg| %>
<%= jquery_notify_bar(key, msg) %>
<% end %>
<% flash.each do |key, msg| %>
<%= jquery_notify_bar(key, msg) %>
<% end %>

==Parameters

Expand All @@ -42,9 +42,9 @@ You can pass options too:

or all at the same time

<% flash.each do |key, msg| %>
<%= jquery_notify_bar(key, msg, :cls => :success, :animation_speed => 'normal', :delay => 2000) %>
<% end %>
<% flash.each do |key, msg| %>
<%= jquery_notify_bar(key, msg, :cls => :success, :animation_speed => 'normal', :delay => 2000) %>
<% end %>

This gem was inspired in the notify_bar[https://github.com/emrekutlu/notify_bar] {by İ. Emre Kutlu}[https://github.com/emrekutlu]

Expand Down

0 comments on commit 8be714d

Please sign in to comment.