Revision 1077:9b5b4e7970cd vendor/plugins/redmine_bibliography/app/views/projects

View differences:

vendor/plugins/redmine_bibliography/app/views/projects/_bibliography_box.html.erb
9 9
    <div class="box">
10 10
    <h3><%=l(:label_related_publication_plural)%></h3>
11 11

  
12
     <dl>       
13
     <% @project.publications.each do |publication| %>       
12
     <dl>
13
     <% @project.publications.each do |publication| %>
14 14
       <dt>
15
          <%= publication.print_entry(:ieee) -%>
15
          <%= print_ieee_format(publication) %>
16 16
       </dt>
17 17
       <dd>
18
         <%= link_to("[More Details]", {:controller => :publications, :action => :show, :id => publication.id, :project_id => @project.id}) -%> 
19
         
20
         <%= link_to_function "[B<small>IB</small>T<sub>E</sub>X]", onclick="toggleBibtex(this)" -%> 
18
         <%= link_to("[More Details]", {:controller => :publications, :action => :show, :id => publication.id, :project_id => @project.id}) -%>
19

  
20
         <%= link_to_function "[B<small>IB</small>T<sub>E</sub>X]", onclick="toggleBibtex(this)" -%>
21 21
       </dd>
22 22
       <dd class="bibtex-textarea collapsed" style="display: none;">
23
         <textarea readonly><%= publication.print_entry(:bibtex) -%></textarea>         
23
         <textarea readonly> <%= print_bibtex_format(publication) %> </textarea>
24 24
       </dd>
25 25
   <% end -%>
26 26
     </dl>

Also available in: Unified diff