Merge branch 'responsive-sidebar' into 'master'
Responsive sidebar Puts the sidebar on the dashboard in a off-screen sidebar that can be called by pressing a button with a fixed position. Any sidebar with the .responsive-sidebar class will follow this behavior. Button must be added manually.
Showing
... | ... | @@ -156,6 +156,9 @@ gem "rack-attack" |
# Ace editor | ||
gem 'ace-rails-ap' | ||
# Semantic UI Sass for Sidebar | ||
gem 'semantic-ui-sass', '~> 0.16.1.0' | ||
gem "sass-rails", '~> 4.0.2' | ||
gem "coffee-rails" | ||
gem "uglifier" | ||
... | ... |
Please register or sign in to comment