Skip to content

Makes default application layout and helpers more friendly to responsive themes

  • Makes a better balloon/sub-menu definition;
  • A helper for profile_pic that also returns gravatar if undefined;
  • New theme options to set on YML description file; ** profile_list_bg_imgs: helps to build more flexible styling for profile lists, using bg over img; ** profile_list_imgs_size: define the size of the image on profile listing; ** meta_tags: allows to set any meta tags on the html header; ** big_webapp_icons: set icons for mobile screen;
  • Recognize touch devices with a helper function to other page scripts and add isTouch or isntTouch class to <html>;
  • Update many CSS without crash current behavior, to be responsive friendly.
  • Simplify some code on the road...

Conflicts: app/helpers/layout_helper.rb

Merge request reports