I don't know what is there. I'm just drunk, dammit.

This commit is contained in:
magnolia-fan
2011-09-13 01:35:46 +04:00
parent 79f57959a8
commit 6c8831618e
8 changed files with 95 additions and 29 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
.alert-message.error
%p Something very bad happened, sorry :(
%p= I18n.t 'search.fail'
+2 -2
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
.alert-message.warning
%p Made a typo?
%p= I18n.t 'search.typo'
%ul.suggestions
- @suggestions.each do |artist|