Skip to content

Commit

Permalink
Merge branch 'master' into friendly_id_4
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Feb 26, 2012
2 parents bbf30b3 + 46b1263 commit c64f53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ platforms :jruby do
gem 'jruby-openssl'
end

unless defined?(JRUBY_VERSION)
platforms :ruby do
gem 'sqlite3'
gem 'mysql2'
gem 'pg'
Expand Down
2 changes: 1 addition & 1 deletion core/app/views/refinery/_menu.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# ::Refinery::Menu is smart enough to remember all of the items in the original collection.
if (roots = local_assigns[:roots] || (collection ||= @menu_pages).roots).present?
dom_id ||= 'menu'
css = [(css || 'menu'), 'clearfix'].flatten.join(' ')
css = [(css || 'menu clearfix')].flatten.join(' ')
hide_children = Refinery::Core.menu_hide_children if hide_children.nil?
-%>
<nav id='<%= dom_id %>' class='<%= css %>'>
Expand Down

0 comments on commit c64f53b

Please sign in to comment.