Sha256: b002c03323fdb81836e9a5c5d9f1625e8394a30c71cbef7adbfaa331468cc5e0

Contents?: true

Size: 299 Bytes

Versions: 4

Compression:

Stored size: 299 Bytes

Contents

module Admin::FeedbackHelper
  def link_to_article_edit(article)
    link_to truncate(article.title, 60), :controller => 'content', :action => 'edit', :id => article.id
  end
  
  def task_showmod(title)
    content_tag :li, link_to(title, :published => 'f', :search => params[:search])
  end  
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-4.0.0 app/helpers/admin/feedback_helper.rb
typo-3.99.4 app/helpers/admin/feedback_helper.rb
typo-4.0.1 app/helpers/admin/feedback_helper.rb
typo-4.0.2 app/helpers/admin/feedback_helper.rb