X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fcontrollers%2Fspeech_balloon_templates_controller.rb;h=eb8d8836e1f6c4fea6094d91f64bf8bbd64ec9fd;hb=630984f4850fdde8252089bc49bd2614a84f9ef7;hp=ab3936714dc5b44dd67700d7e681d627cd79c9eb;hpb=623ea2ec4423d5a2f96f203dbc1c21d0cc202c69;p=pettanr%2Fpettanr.git diff --git a/app/controllers/speech_balloon_templates_controller.rb b/app/controllers/speech_balloon_templates_controller.rb index ab393671..eb8d8836 100644 --- a/app/controllers/speech_balloon_templates_controller.rb +++ b/app/controllers/speech_balloon_templates_controller.rb @@ -26,6 +26,7 @@ class SpeechBalloonTemplatesController < ApplicationController respond_to do |format| format.html # show.html.erb + format.prof { render :template => 'top/prof', :layout => true } format.json { render :json => @speech_balloon_template.to_json(SpeechBalloonTemplate.show_json_opt) }