Skip to content

Commit

Permalink
Made changes based on PR recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Apr 22, 2024
1 parent d445e8b commit 9161c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions controlpanel/frontend/jinja2/reset.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ <h1 class="govuk-heading-l">Home Directory Reset</h1>
state (for example, a broken conda environment or Jupyter and RStudio won't
start).</p>

<p>Reset your home directory to restore your conda environment and shell
settings to their original state. This feature automates the
<a href="https://github.com/ministryofjustice/analytics-platform/wiki/Reset-your-R-Studio-environment">process described here</a>.</p>
<p>This feature automates the
<a href="https://github.com/ministryofjustice/analytics-platform/wiki/Reset-your-R-Studio-environment">process described here</a>. Make sure to save
any open files before resetting as you could lose any unsaved work.</p>

<div class="govuk-warning-text">
<span class="govuk-warning-text__icon" aria-hidden="true">!</span>
Expand Down
1 change: 0 additions & 1 deletion controlpanel/frontend/static/components/navbar/macro.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<li class="moj-primary-navigation__item">
<a class="moj-primary-navigation__link" {{ 'aria-current="page"' | safe if item.active else '' }} href="{{ item.href }}" {%- for attribute, value in item.attributes -%} {{ attribute }}="{{ value }}"{% endfor %}>
{{- item.html | safe if item.html else item.text -}}
{% if item.admin %}&#128295;{% endif %}
</a>
</li>
{% endif -%}
Expand Down

0 comments on commit 9161c79

Please sign in to comment.