リビジョン 04643542
| app/views/glossary/index.html.erb | ||
|---|---|---|
|
|
||
|
<div class="contextual">
|
||
|
<%= link_to_if_authorized(l(:label_term_new), {:controller => 'glossary', :action => 'new', :id => @project}, :class => 'icon icon-add') %>
|
||
|
<%= link_to_if_authorized(l(:label_term_new), {:controller => 'glossary', :action => 'new', :project_id => @project}, :class => 'icon icon-add') %>
|
||
|
</div>
|
||
|
|
||
|
<%
|
||
| ... | ... | |
|
<% end %>
|
||
|
|
||
|
<% other_formats_links do |f| %>
|
||
|
<%= f.link_to 'CSV' %>
|
||
|
<%= f.link_to 'CSV', :url => params %>
|
||
|
<% end %>
|
||
|
|
||
|
<% else %>
|
||
compatible to Redmine1.4 and add Frech language (merge from Martin's github)