Skip to content

Commit 421525e

Browse files
authored
Merge pull request #2480 from basecamp/move-import-button-to-signup-screen
Move import button to sign up screen
2 parents 14aa95d + 02e6c15 commit 421525e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

app/views/sessions/menus/show.html.erb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
<%= link_to new_signup_path, class: "btn center txt-small margin-block-start", data: { turbo_prefetch: false } do %>
2828
<span>Sign up for a new Fizzy account</span>
2929
<% end %>
30-
31-
<%= link_to new_account_import_path, class: "btn btn--plain txt-link center txt-small", data: { turbo_prefetch: false } do %>
32-
<span>Import an exported account</span>
33-
<% end %>
3430
</section>
3531
<% end %>
3632

app/views/signups/completions/new.html.erb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
<%= icon_tag "arrow-right" %>
2525
</button>
2626
<% end %>
27+
28+
<p>
29+
<%= link_to new_account_import_path, class: "btn btn--plain txt-link center txt-small", data: { turbo_prefetch: false } do %>
30+
<span>Or import an exported account</span>
31+
<% end %>
32+
</p>
2733
</div>
2834

2935
<% content_for :footer do %>

0 commit comments

Comments
 (0)