Fix duplicated issues partial and two cases need the button:

For both having existing issues and having no issues.
This commit is contained in:
Lin Jen-Shin 2016-07-26 16:19:37 +08:00
parent b04f95a2ed
commit 69b5c92e60
1 changed files with 10 additions and 10 deletions

View File

@ -25,6 +25,11 @@
.issues-holder .issues-holder
= render "issues" = render "issues"
- if new_issue_email
.issues-footer.text-center
%button.issue-email-modal-btn{ type: "button", data: { toggle: "modal", target: "#issue-email-modal" } }
Email a new issue to this project
= render "issue_by_email", email: new_issue_email
- else - else
.blank-state.blank-state-welcome .blank-state.blank-state-welcome
%h2.blank-state-title.blank-state-welcome-title %h2.blank-state-title.blank-state-welcome-title
@ -41,13 +46,8 @@
- if can? current_user, :create_issue, @project - if can? current_user, :create_issue, @project
= link_to new_namespace_project_issue_path(@project.namespace, @project), class: "btn btn-new", title: "New Issue", id: "new_issue_link" do = link_to new_namespace_project_issue_path(@project.namespace, @project), class: "btn btn-new", title: "New Issue", id: "new_issue_link" do
New Issue New Issue
- if new_issue_email
= render 'shared/issuable/filter', type: :issues .issues-footer.text-center
%button.issue-email-modal-btn{ type: "button", data: { toggle: "modal", target: "#issue-email-modal" } }
.issues-holder Email a new issue to this project
= render "issues" = render "issue_by_email", email: new_issue_email
- if new_issue_email
.issues-footer.text-center
%button.issue-email-modal-btn{ type: "button", data: { toggle: "modal", target: "#issue-email-modal" } }
Email a new issue to this project
= render "issue_by_email", email: new_issue_email