プロジェクト

全般

プロフィール

« | » 

リビジョン b8dc04a8

Massimo Rossello さんがほぼ13年前に追加

Support for redmine 2.3.x

差分を表示:

lib/term_link_helper.rb
end
def term_link(term)
str = link_to(term.name, :controller => 'glossary', :action => 'show',
:project_id => term.project, :id => term.id)
str = link_to(term.name, :controller => 'glossary', :action => 'show', :project_id => term.project,
:id => term.id)
unless (term.abbr_whole.empty?)
str = content_tag(:abbr, str, :title=>term.abbr_whole)
end

他の形式にエクスポート: Unified diff