Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CatalinVoineag committed Dec 19, 2023
1 parent d0a6a78 commit eead43a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions app/assets/stylesheets/application.sass.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ $govuk-assets-path: "";
@import "govuk-frontend/dist/govuk/all";

@import "components/all";

//@import "govuk-frontend/src/govuk/all";

2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="app-phase-banner app-phase-banner__env--<%= HostingEnvironment.name(current_service) %>">
<div class="govuk-width-container">
<%= govuk_phase_banner(tag: { text: HostingEnvironment.name(current_service) }) do %>
<%= govuk_link_to HostingEnvironment.description(current_service), request.env['PATH_INFO'], class: "govuk-link--no-visited-state" %>
<%= govuk_link_to HostingEnvironment.description(current_service), request.env["PATH_INFO"], class: "govuk-link--no-visited-state" %>
<% end %>
</div>
</div>
Expand Down
6 changes: 0 additions & 6 deletions config/locales/claims/en/models/user.yml

This file was deleted.

0 comments on commit eead43a

Please sign in to comment.