You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb/app/views/password_resets/_message.html.erb

17 lines
690 B

<div class="CDB-Text <%= @organization.present? ? 'Sessions' : 'Sessions-navy' %>" style="<%= @organization.present? ? background : '' %>">
<div class="Sessions-centered">
<div class="header">
<div class="Sessions-logoContainer">
<%= render :partial => 'shared/logo', locals: { organization: @organization } %>
</div>
<h1 class="Sessions-title"><%= title %></h1>
<% if description %>
<p class="Sessions-text margin15"><%= description %></p>
<% end %>
</div>
<div class="footer">
<p class="Sessions-link"><%= link_to 'Sign in',login_path %> · <%= link_to 'Go back to the homepage', root_path %></p>
</div>
</div>
</div>