annotate .svn/pristine/6d/6d3d606895d40c8ee59c23f5387ffb55aef3493a.svn-base @ 1436:ee598c21c239
biblio_alt_search_auth
Changed query that was using group (breaking the development server): using uniq instead.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Thu, 10 Oct 2013 19:42:43 +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>
|