From 30a2149115cd231f614c961ea28c27d3bdb72354 Mon Sep 17 00:00:00 2001 From: Brian Bailey Date: Wed, 3 Dec 2025 12:20:37 -0500 Subject: [PATCH] Update seeder.rb to fix a few minor things in the onboarding content --- app/models/account/seeder.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/models/account/seeder.rb b/app/models/account/seeder.rb index 354674ddc..4a349b939 100644 --- a/app/models/account/seeder.rb +++ b/app/models/account/seeder.rb @@ -29,12 +29,12 @@ class Account::Seeder # Cards playground.cards.create! creator: creator, title: "Finally, watch this Fizzy orientation video", status: "published", description: <<~HTML -

There’s a whole lot more you can do in Fizzy. In the video below 37signals founder and CEO, Jason Fried, will walk you through the basics in just 8 minutes.

+

There’s a whole lot more you can do in Fizzy. In the video below, 37signals founder and CEO, Jason Fried, will walk you through the basics in just 17 minutes.

HTML playground.cards.create! creator: creator, title: "Now, grab the invite link to invite someone else", status: "published", description: <<~HTML -

Open Fizzy menu, select “+ Add people”, then copy the invite link. You can give this link to someone else so they can make an login for themselves in your account.

+

Open the Fizzy menu, select “+ Add people”, then copy the invite link. You can give this link to someone else so they can make a login for themselves in your account.

HTML @@ -43,7 +43,7 @@ class Account::Seeder HTML - playground.cards.create! creator: creator, title: "Now,check out all cards assigned to you", status: "published", description: <<~HTML + playground.cards.create! creator: creator, title: "Now, check out all cards assigned to you", status: "published", description: <<~HTML

Pull down the Fizzy menu at the top of the screen, and select “Assigned to me” or just hit “2” on your keyboard any time.

HTML @@ -54,7 +54,7 @@ class Account::Seeder HTML playground.cards.create! creator: creator, title: "Next, assign this card to yourself", status: "published", description: <<~HTML -

Click the little head with the + next to it, pick yourself.

+

Click the little head with the + next to it, then pick yourself.

HTML