プロジェクト

全般

プロフィール

« | » 

リビジョン f0fa005d

高徹 高橋 徹 さんがほぼ11年前に追加

updating for Redmine 3.0(Rails 4.2)

差分を表示:

app/views/glossary/_sidebar.html.erb
<h3><%= l(:label_term) %></h3>
<%= link_to(l(:label_term_new), {:controller => 'glossary', :action => 'new', :project_id => @project}, :class => 'icon icon-add') %>
<br />
<% if (Term.find(:first, :conditions => "project_id = #{@project.id}")) %>
<% if (Term.find_by(:project_id => @project.id)) %>
<%= link_to_if_authorized(l(:label_move_all_terms), {:controller => 'glossary', :action => 'move_all', :project_id => @project}, :class => 'icon icon-move') %>
<br />
<% end %>

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