Sha256: a6e81c24e86befef0e711cec9e036e96a7d1a621e983a9b6915ad3135c41ffa2
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
<% if registerable? %> <p> <%= link_to I18n.t(".aikotoba.accounts.new"), aikotoba.new_account_path %> </p> <% end %> <% if confirmable? %> <p> <%= link_to I18n.t(".aikotoba.confirms.new"), aikotoba.new_confirmation_token_path %> </p> <% end %> <% if lockable? %> <p> <%= link_to I18n.t(".aikotoba.unlocks.new"), aikotoba.new_unlock_token_path %> </p> <% end %> <% if recoverable? %> <p> <%= link_to I18n.t(".aikotoba.recoveries.new"), aikotoba.new_recovery_token_path %> </p> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aikotoba-0.1.1 | app/views/aikotoba/sessions/_links.html.erb |
aikotoba-0.1.0 | app/views/aikotoba/sessions/_links.html.erb |