10 lines
719 B
Text
10 lines
719 B
Text
= link_to params.merge(rss_url_options), class: 'btn btn-default append-right-10 has-tooltip', title: 'Subscribe' do
|
|
= icon('rss')
|
|
- if @can_bulk_update
|
|
= button_tag "Edit Issues", class: "btn btn-default append-right-10 js-bulk-update-toggle"
|
|
= link_to "New issue", new_project_issue_path(@project,
|
|
issue: { assignee_id: issues_finder.assignee.try(:id),
|
|
milestone_id: issues_finder.milestones.first.try(:id) }),
|
|
class: "btn btn-new",
|
|
title: "New issue",
|
|
id: "new_issue_link"
|