Sha256: 94c52bef8bb1f17ed16e64dcf4775bb61b771f6864e09888dbfa47770853d1c9

Contents?: true

Size: 945 Bytes

Versions: 18

Compression:

Stored size: 945 Bytes

Contents

<div id="global-wrapper">
    <div id="global" class="banner">
    <a id="logo" class="frontpage_logo" href="/" alt="<%=t('socialstream')%>"></a>
    <div id="espacio_header">
        &nbsp
    </div>
    <div class="div_login">
        <%= form_for User.new, :as => :user, :url => user_session_path do |f| -%>
          <span><%= f.label :email %></span>
          <%= f.email_field :email, :class => "input_username" %>
          <span><%= f.label :password %></span>
          <%= f.password_field :password, :class => "input_username" %>
          <%= f.submit t(:sign_in), :class => 'other_blue'%>
        <% end -%>
        <div class="subtexto">
            <%= link_to t('sign_up'), new_user_registration_path, :class => "register_link" %>
            <span>|</span>
            <%= link_to t('forgot_password?'), new_user_password_path, :class => "register_link" %>
        </div>
    </div>
    <br class="clearfloat" />
</div>
</div>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
social_stream-0.3.6 app/views/frontpage/_header.html.erb
social_stream-0.3.5 app/views/frontpage/_header.html.erb
social_stream-0.3.4 app/views/frontpage/_header.html.erb
social_stream-0.3.3 app/views/frontpage/_header.html.erb
social_stream-0.3.2 app/views/frontpage/_header.html.erb
social_stream-0.3.1 app/views/frontpage/_header.html.erb
social_stream-0.3.0 app/views/frontpage/_header.html.erb
social_stream-0.2.3 app/views/frontpage/_header.html.erb
social_stream-0.2.2 app/views/frontpage/_header.html.erb
social_stream-0.2.1 app/views/frontpage/_header.html.erb
social_stream-0.2.0 app/views/frontpage/_header.html.erb
social_stream-0.1.7 app/views/frontpage/_header.html.erb
social_stream-0.1.6 app/views/frontpage/_header.html.erb
social_stream-0.1.5 app/views/frontpage/_header.html.erb
social_stream-0.1.4 app/views/frontpage/_header.html.erb
social_stream-0.1.3 app/views/frontpage/_header.html.erb
social_stream-0.1.2 app/views/frontpage/_header.html.erb
social_stream-0.1.1 app/views/frontpage/_header.html.erb