Translation fixes

This commit is contained in:
magnolia-fan
2011-09-14 22:16:06 +04:00
parent da97b4d4fc
commit 567e2d90c6
3 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ class ArtistController < ApplicationController
@data[:status] = 'loading'
@loading = true
end
ap @artist
@data[:html] = buildArtistHTML(@artist)
render :json => @data
end