annotate .svn/pristine/6d/6d3d606895d40c8ee59c23f5387ffb55aef3493a.svn-base @ 1276:20a6b12d1aba
redmine-2.2-integration
Fixed test that was checking if an element belonged to the array. Correctly showing/hiding the Bibtex fields.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Fri, 10 May 2013 11:50:40 +0100 |
parents |
cbb26bc654de |
children |
|
rev |
line source |
Chris@909
|
1 <div class="contextual">
|
Chris@909
|
2 <%= link_to l(:button_edit), {:action => 'edit'}, :class => 'icon icon-edit' %>
|
Chris@909
|
3 <%= link_to l(:button_copy), {:action => 'copy'}, :class => 'icon icon-copy' %>
|
Chris@909
|
4 <%= link_to l(:field_summary), {:action => 'index'}, :class => 'icon icon-summary' %>
|
Chris@909
|
5 </div>
|