def show
    respond_to do |format|
      quote = Quote.find(params[:id])
      format.text {
        permalink = url_for({