12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
.alert-message.warning
|
|
%p Made a typo?
|
|
|
|
%ul.suggestions
|
|
- @suggestions.each do |artist|
|
|
%li
|
|
%a.data.artist= artist[:name]
|
|
(
|
|
= artist[:type]
|
|
)
|
|
%br
|
|
%p= artist[:desc] |