Sha256: 097ba52734d9aac48e3c819ae4fe0056b47d1616a97e1e272e563c24334cc348

Contents?: true

Size: 927 Bytes

Versions: 30

Compression:

Stored size: 927 Bytes

Contents

- self.content_for(:html, :page) do
  /
    #{__FILE__}
  %div{'data-role' => 'header'}
    = @back_button.render(:html)
    %h1
      Authentications
  %div{'data-role' => 'content'}
    %div{:style => 'margin: 0px auto 15px auto; text-align: center; width: 50%;'}
      - if RubyApp::Session.identity
        You are logged in as #{RubyApp::Session.identity.url}.
      - else
        You are not logged in.
    %div{'data-role' => 'controlgroup'}
      = @facebook_authentication_link.render(:html) do |element|
        - element.content_for(:html, :link, 'Facebook')
      = @google_authentication_link.render(:html) do |element|
        - element.content_for(:html, :link, 'Google')
      = @my_open_id_authentication_link.render(:html) do |element|
        - element.content_for(:html, :link, 'myOpenID')
      = @yahoo_authentication_link.render(:html) do |element|
        - element.content_for(:html, :link, 'Yahoo!')

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
RubyApp-0.6.31 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.29 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.28 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.27 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.26 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.25 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.24 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.22 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.21 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.16 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.12 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.11 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.10 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.8 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.7 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.2 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.1 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.5.95 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.5.99 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.5.98 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml