Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions app/views/sessions/menus/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@
<%= link_to new_signup_path, class: "btn center txt-small margin-block-start", data: { turbo_prefetch: false } do %>
<span>Sign up for a new Fizzy account</span>
<% end %>

<%= link_to new_account_import_path, class: "btn btn--plain txt-link center txt-small", data: { turbo_prefetch: false } do %>
<span>Import an exported account</span>
<% end %>
</section>
<% end %>

Expand Down
6 changes: 6 additions & 0 deletions app/views/signups/completions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
<%= icon_tag "arrow-right" %>
</button>
<% end %>

<p>
<%= link_to new_account_import_path, class: "btn btn--plain txt-link center txt-small", data: { turbo_prefetch: false } do %>
<span>Or import an exported account</span>
<% end %>
</p>
</div>

<% content_for :footer do %>
Expand Down