Sha256: a0fcb53a9ac8b7e6b5f01821e327ee0c944750f7c8fe2b6557ca59d504f2488b

Contents?: true

Size: 1.28 KB

Versions: 24

Compression:

Stored size: 1.28 KB

Contents

.inner-form.no-top.with-normal-sidebar
  .column.side
    %h3 Footer Address
    .explanation
      Up to five lines for the address/phone/contact information that will appear in the footer of your mobile site.
      %em HTML is permitted
    = text_field_tag "settings[mobile_address_1]", MySettings.mobile_address_1, :style => "width: 90%;"
    = text_field_tag "settings[mobile_address_2]", MySettings.mobile_address_2, :style => "width: 90%;"
    = text_field_tag "settings[mobile_address_3]", MySettings.mobile_address_3, :style => "width: 90%;"
    = text_field_tag "settings[mobile_address_4]", MySettings.mobile_address_4, :style => "width: 90%;"
    = text_field_tag "settings[mobile_address_5]", MySettings.mobile_address_5, :style => "width: 90%;"
    %hr


  .column.main.last
    %h3 Mobile Logo
    .explanation Full URL path of the mobile site logo. If this is left blank the site name will be displayed.
    = text_field_tag "settings[logo_url]", MySettings.logo_url, :style => "width: 90%;", :class => "title"
    %hr

    %h3 Mobile Default Color
    .explanation The six digit hex code for the mobile site's accent colour. e.g. #a00000, #ffffff, or #345678
    = text_field_tag "settings[mobile_color]", MySettings.mobile_color, :style => "width: 90%;", :class => "title"
    %hr



  .spacer

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.18 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/settings/_mobile.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/settings/_mobile.html.haml