Skip to content

Commit

Permalink
add concept details JSON link
Browse files Browse the repository at this point in the history
  • Loading branch information
syphax-bouazzouni committed Jun 7, 2023
1 parent e01fecb commit ffb1b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/concepts/_show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
%span#mapping_count= 'loading'
)

%a.concepts-json{:href => "#json"}
%a.concepts-json{:href => "#{@ontology.id}/classes/#{escape(@concept.id)}?display=all&apikey=#{get_apikey}", target: '_blank'}
= inline_svg_tag "json.svg"

- if @enable_ontolobridge
%li#request_term_top.nav-item
%a.nav-link.py-1{:href => "#request_term", data:{toggle: 'tab', target: '#request_term'}}
Expand Down

0 comments on commit ffb1b2b

Please sign in to comment.