Sha256: c24f5a3bd73e532f8db5d27d43a5fc9e0c9de31575997e7a2b40cf6149eaf70d
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
<h1> <% if @first_time -%> <%= Alchemy.t(:welcome_note, name: current_alchemy_user.try(:name)) %> <% else -%> <%= Alchemy.t(:welcome_back_note, name: current_alchemy_user.try(:name)) %> <% end -%> </h1> <% if @last_sign_at %> <p> <small><%= Alchemy.t('Your last login was on', time: l(@last_sign_at, format: :'alchemy.default')) %></small> </p> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems