Nuevo plugin Redmine Glossary 0.9.2
This commit is contained in:
parent
5d298a7529
commit
693eb3ee50
72 changed files with 2962 additions and 0 deletions
10
plugins/redmine_glossary/app/views/glossary/_view_term.html.erb
Executable file
10
plugins/redmine_glossary/app/views/glossary/_view_term.html.erb
Executable file
|
@ -0,0 +1,10 @@
|
|||
|
||||
<% content_for :sidebar do %>
|
||||
<%= render :partial => 'glossary/sidebar' %>
|
||||
<% end %>
|
||||
|
||||
<% content_for :header_tags do %>
|
||||
<%= stylesheet_link_tag 'glossary', :plugin => 'redmine_glossary' %>
|
||||
<% end %>
|
||||
|
||||
<% html_title(l(:glossary_title)) -%>
|
Loading…
Add table
Add a link
Reference in a new issue