20 lines
429 B
YAML
20 lines
429 B
YAML
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
title: The logo isn't big enough
|
|
body: Make the logo bigger.
|
|
color: '#AF2E1B'
|
|
creator: :david
|
|
|
|
two:
|
|
title: Layout is broken
|
|
body: The page scrolls horizontally on mobile devices.
|
|
color: '#CC6324'
|
|
creator: :jz
|
|
|
|
three:
|
|
title: The text is too small
|
|
body: Increase the font size.
|
|
color: '#3B4B59'
|
|
creator: :kevin
|