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

Add one space before </strong> tag. #4885

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alokartist
Copy link

@alokartist alokartist commented Apr 10, 2024

Fixes #3409

Describe the changes you have made in this PR - before the tag   is added instead of empty space. (line 24)

app>views>assignments>show.html.erb

Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.

@@ -21,7 +21,7 @@
<div class="assignments-data">
<p><%= t("assignments.assignment_data.name_html", name: @assignment.name) %></p>
<p><%= t("assignments.assignment_data.group_html", group_name: @assignment.group.name) %></p>
<p><strong><%= t("assignments.deadline") %>&nbsp;</strong><span class="assignments-deadline" data-year=<%= deadline_year(@assignment) %>
<p><strong><%= t("assignments.deadline") %>&nbsp; </strong><span class="assignments-deadline" data-year=<%= deadline_year(@assignment) %>
Copy link

Choose a reason for hiding this comment

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

Non-whitespace character(s) detected: "d".

@alokartist alokartist changed the title Add one space before </strong> tag. #3549 Add one space before </strong> tag. Apr 10, 2024
Copy link

codeclimate bot commented Apr 10, 2024

Code Climate has analyzed commit f2bd408 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: add space after colon in deadline field of assignment
1 participant