Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
discourse-annotator / app / views / fields / code_field / _show.html.erb
Size: Mime:
<% if field.data.present? %>
  <%= link_to code_view(field.data.localized_name_with_path), annotator_discourse_annotator_project_code_path(project_id: @project.id ,id: field.data) %>
<% end %>