Sha256: 2e19e0f4d509be0e5cbecc7264549f3adc7676a08298d92b091758481f29b349

Contents?: true

Size: 1.02 KB

Versions: 35

Compression:

Stored size: 1.02 KB

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'}
      = @github_authentication_link.render(:html) do |element|
        - element.content_for(:html, :link, 'GitHub')
      = @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

35 entries across 35 versions & 1 rubygems

Version Path
RubyApp-0.6.70 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.69 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.68 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.67 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.66 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.65 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.64 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.63 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.62 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.61 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.60 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.59 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.58 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.57 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.53 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.52 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.51 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.50 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.49 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml
RubyApp-0.6.48 lib/ruby_app/elements/mobile/default/features/authentications/default_page.html.haml