Module HasMobileViewsHelper
In: lib/has_mobile_views/has_mobile_views_helper.rb

Methods

Public Instance methods

Helper to render the link to get from the mobile version to the normal one or vice-versa

  opts[:switch_to_normal_text] can be used to override the text for the "switch to normal" case
  opts[:switch_to_mobile_text] can be used to override the text for the "switch to mobile" case
  opts[:html] will we passed to the link_to helper

[Validate]