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 / topic_field / _show.html.erb
Size: Mime:
<%= link_to  "#{field.data.title}#{": Post #{field.resource.post.post_number}" if field.resource.post.present? }",
             annotator_discourse_annotator_project_topic_path(project_id: field.resource.code.project_id, id: field.data.id, anchor: "post-number-#{field.resource.post&.post_number}") if field.data.present? %>