view .svn/pristine/d3/d3139a5cfc4007abb2ed50b55b9ba87ef94495bd.svn-base @ 1416:96ffcd574b96 biblio_alt_search_auth

No longer using the link_to helpers to generate the links on the render_authorship_link helper function.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 01 Oct 2013 15:07:23 +0100
parents cbb26bc654de
children
line wrap: on
line source
api.array :relations do
  @relations.each do |relation|
    api.relation do
      api.id relation.id
      api.issue_id relation.issue_from_id
      api.issue_to_id relation.issue_to_id
      api.relation_type relation.relation_type
      api.delay relation.delay
    end
  end
end