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