Service icons

This commit is contained in:
Gregory Eremin
2011-09-26 14:51:52 +04:00
parent 0f62fae63c
commit 6be5868588
9 changed files with 19 additions and 2 deletions
+3 -2
View File
@@ -78,9 +78,10 @@ class ArtistController < ApplicationController
id: artist.id,
name: artist.name,
desc: ActionController::Base.helpers.strip_tags(artist.desc),
pic: artist.pic_url
pic: artist.pic_url,
urls: artist.artist_links
}
ap artist.artist_links
media_types = @@default_album_types
session = Session.find_by_key(session_key)
unless session.nil?