Skip to content

Commit 8af7d99

Browse files
committed
Use __main to exclude element from showing up in records
1 parent 08a3382 commit 8af7d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/layouts/application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<body class="<%= beta? ? 'beta' : ''-%>">
77
<%= render "site_header" %>
88

9-
<main id="main" role="main">
9+
<main id="__main" role="main">
1010
<div class="PageContainer">
1111
<div class="Page">
1212
<div class="Page__sidebar">

0 commit comments

Comments
 (0)