Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qa link #1176

Merged
merged 3 commits into from
Aug 31, 2023
Merged

Qa link #1176

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
- Upgraded gems:
- font-awesome-sass, nokogiri, puma, rails, sanitize, selenium-webdriver
- Bugs fixes:
- QA: Enable @mentions and formatting toolbar for comments in QA show views
- QA:
- Enable @mentions and formatting toolbar for comments in QA show views
- Updated link to QA guide
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this future tense? Updated -> Update

- [entity]:
- [future tense verb] [bug fix]
- Bug tracker items:
Expand Down
2 changes: 1 addition & 1 deletion app/views/qa/issues/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<h4 class="empty-state-title">You don't have any issues to review yet.</h4>
<p class="empty-state-body-text">Ensure the accuracy and completeness of your data by QA-ing issues. Once there are issues marked as 'ready for review' you'll be able to go through each one here, make any necessary changes, leave comments, publish, etc.</p>
<div class="empty-state-actions">
<a href="https://dradisframework.com/support/guides/qa" class="empty-state-docs-link" target="_blank">More about QA</a>
<a href="https://dradisframework.com/support/guides/projects/qa.html" class="empty-state-docs-link" target="_blank">More about QA</a>
</div>
</div>
<% end %>
Expand Down