Sha256: bbfc05d3e8eaeb70dc0defa6dfd5222b31113a4bd6a250749843f27d6c434396

Contents?: true

Size: 806 Bytes

Versions: 9

Compression:

Stored size: 806 Bytes

Contents

<footer class="sg-layout__footer">
  <p class="t-body -size-m">
    This guide uses the latest CSS3 features and is best viewed with modern browsers (for now).
  </p>

  <% if view.show_locale_switcher? %>
    <div class="sg-footer__language">
      <%= render 'guide/common/locale_switcher', :view => view %>
    </div>
  <% end %>

  <p class="t-body -size-m h-m0">
    &copy; <%= Time.now.year %> <%= Guide.configuration.company_name %>
  </p>

  <% if view.user_signed_in? && view.url_for_sign_out.present? %>
    <%= link_to "Sign Out", view.url_for_sign_out, :class => "t-link -decoration-reversed -color-dark -size-s" %>
  <% elsif view.url_for_sign_in.present? %>
    <%= link_to "Sign In", view.url_for_sign_in, :class => "t-link -decoration-reversed -color-dark -size-s" %>
  <% end %>
</footer>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
guide-0.8.0 app/views/guide/common/_footer.html.erb
guide-0.7.0 app/views/guide/common/_footer.html.erb
guide-0.6.1 app/views/guide/common/_footer.html.erb
guide-0.6.0 app/views/guide/common/_footer.html.erb
guide-0.5.0 app/views/guide/common/_footer.html.erb
guide-0.4.1 app/views/guide/common/_footer.html.erb
guide-0.4.0 app/views/guide/common/_footer.html.erb
guide-0.3.2 app/views/guide/common/_footer.html.erb
guide-0.3.1 app/views/guide/common/_footer.html.erb