<%- model_class = IssueComment -%> <%= render 'issue_comments/table', issue_comments: @issue_comments %> <%= link_to t('.new', :default => t("helpers.links.new")), new_issue_comment_path, :class => 'btn btn-primary' %>