Sha256: c7a5545b2f7749f2463f3b145138b97b62579b27cd16ff860cb1d883a699ccb9
Contents?: true
Size: 574 Bytes
Versions: 3
Compression:
Stored size: 574 Bytes
Contents
<% if @resource.local? %> <%= link_to "JSON", :format => 'json' %> <%= link_to "RDF/XML", :format => 'rdf' %> <%= link_to "Turtle", :format => 'ttl' %> <%= link_to "N-triples", :format => 'nt' %> <% else %> <%= link_to "JSON", show_resource_path(:uri => @resource.uri, :format => 'json') %> <%= link_to "RDF/XML", show_resource_path(:uri => @resource.uri, :format => 'rdf') %> <%= link_to "Turtle", show_resource_path(:uri => @resource.uri, :format => 'ttl') %> <%= link_to "N-triples", show_resource_path(:uri => @resource.uri, :format => 'nt') %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems