1
0
Fork 0
oldhaven/app/views/artist/_suggestions.html.haml

12 lines
213 B
Plaintext
Raw Normal View History

2011-09-09 22:13:02 +00:00
.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]