Skip to content

Commit 47515e6

Browse files
Address code review feedback
- Change body class from app-tesseract to app-theme - Remove empty navigation test file Left unaddressed is some feedback about whether the dummy app needs an application.html.erb file
1 parent ccc2718 commit 47515e6

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<%= render partial: "layouts/head" %>
55
</head>
6-
<body class="app-tesseract">
6+
<body class="app-theme">
77
<a id="skip" class="skip sr sr-focusable" href="#content-main">Skip to main content</a>
88

99
<div class="wrap-page">

test/integration/navigation_test.rb

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)