Sha256: aa12954d402eebe657a93699e5d0df4f83099cff8f0103bcf8c79177a4279f07

Contents?: true

Size: 1.95 KB

Versions: 182

Compression:

Stored size: 1.95 KB

Contents

<% content_for :title do%>
  <%= t('welcome', :site => t('site.name')) %>
<%end%>

<div class="banner_busqueda">
  <div id="espacio_busqueda">    
  </div>
    <%= render :partial => 'layouts/search' %>
</div>

<div id="wrapper_left">
  <div id="frontpage_title">
      <%= t('frontpage.main_title') %>
      <span id="text_bottom_title">
          <br/>
          <%= t('frontpage.stats', :users => User.count, :groups => Group.count) %>
      </span>
  </div>
  <div class="espacio"></div>
  <div class="espacio"></div>
  <div id="share">
    <div class="icon">
      <div id="icon_share"></div>
      <div class="icon_text"><%= t('frontpage.share.default')%>  </div>
    </div>
    <div class="sentences">
      <ul>
        <li class="purple"><%= t('frontpage.share.sentence1') %></li>
        <li class="purple"><%= t('frontpage.share.sentence2') %></li>
      </ul>
    </div>
  </div>
  <div class="espacio"></div>
  <div id="meet">
    <div class="icon">
      <div id="icon_meet"></div>
      <div class="icon_text"><%= t('frontpage.meet.default')%>  </div>
    </div>
    <div class="sentences">
      <ul>
        <li class="green"><%= t('frontpage.meet.sentence1') %></li>
        <li class="green"><%= t('frontpage.meet.sentence2') %></li>
      </ul>
    </div>
  </div>
  <div class="espacio"></div>
  <div id="collaborate">
    <div class="icon">
      <div id="icon_collaborate"></div>
      <div class="icon_text"><%= t('frontpage.collaborate.default')%>  </div>
    </div>
    <div class="sentences">
      <ul>
        <li class="yellow"><%= t('frontpage.collaborate.sentence1') %></li>
        <li class="yellow"><%= t('frontpage.collaborate.sentence2') %></li>
      </ul>
    </div>
  </div>
  <div class="espacio"></div>
</div>

<div id="wrapper_right">
  <%= render :partial => 'frontpage/caracteristics' %>
</div>

<div id="join_form">
  <%= button_to t('frontpage.register'), new_user_registration_path, :method=> :get %>
</div>
<div id="espacio_body_bottom"></div>

Version data entries

182 entries across 182 versions & 4 rubygems

Version Path
social_stream-1.1.12 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.11 app/views/frontpage/index.html.erb
social_stream-1.1.11 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.10 app/views/frontpage/index.html.erb
social_stream-1.1.10 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.9 app/views/frontpage/index.html.erb
social_stream-1.1.9 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.8 app/views/frontpage/index.html.erb
social_stream-1.1.8 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.7 app/views/frontpage/index.html.erb
social_stream-1.1.7 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.6 app/views/frontpage/index.html.erb
social_stream-1.1.6 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.5 app/views/frontpage/index.html.erb
social_stream-1.1.5 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.4 app/views/frontpage/index.html.erb
social_stream-1.1.4 base/app/views/frontpage/index.html.erb
social_stream-1.1.3 base/app/views/frontpage/index.html.erb
social_stream-base-1.1.3 app/views/frontpage/index.html.erb
social_stream-1.1.2 base/app/views/frontpage/index.html.erb