I don't know what is there. I'm just drunk, dammit.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
.alert-message.error
|
||||
%p Something very bad happened, sorry :(
|
||||
%p= I18n.t 'search.fail'
|
||||
@@ -1,6 +1,6 @@
|
||||
- if @loading
|
||||
.alert-message.warning
|
||||
%p Artist info is loading for the first time. Please, be patient! :)
|
||||
%p= I18n.t 'search.loading'
|
||||
.row.artist-info
|
||||
.span4.columns.pic
|
||||
= image_tag @artist[:artist][:pic] unless @artist[:artist][:pic].nil?
|
||||
@@ -14,7 +14,7 @@
|
||||
.span4.columns.art
|
||||
%img{ :src => album[:pic] }
|
||||
.button-container
|
||||
%a.btn Add to playlist
|
||||
%a.btn= I18n.t 'player.add'
|
||||
.span7.columns.tracks
|
||||
%h3= album[:name] + " (" + album[:year].to_s + ")"
|
||||
%table.zebra-striped.tracklist
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
.alert-message.warning
|
||||
%p Made a typo?
|
||||
%p= I18n.t 'search.typo'
|
||||
|
||||
%ul.suggestions
|
||||
- @suggestions.each do |artist|
|
||||
|
||||
Reference in New Issue
Block a user