Skip to content
Snippets Groups Projects
Unverified Commit f4ebe130 authored by Farhanah Sheets's avatar Farhanah Sheets Committed by GitHub
Browse files

Merge pull request #18422 from edx/fsheets/sfe-headings-fix

Fix for header level in new SFE pages
parents be225290 9087cd4a
No related merge requests found
......@@ -23,10 +23,10 @@
<div class="wrapper-mast wrapper">
<header class="mast has-actions has-subtitle">
<h3 class="page-header">
<h2 class="page-header">
<small class="subtitle">${_("Content")}</small>
<span class="sr">- </span>${_("Files & Uploads")}
</h3>
</h2>
</header>
</div>
......
......@@ -9,7 +9,7 @@
from openedx.core.djangolib.js_utils import js_escaped_string, dump_js_escaped_json
%>
<%block name="title">${_("Checklists")}</%block>
<%block name="bodyclass">is-signedin course uploads view-uploads</%block>
<%block name="bodyclass">is-signedin course</%block>
<%namespace name='static' file='static_content.html'/>
......@@ -21,10 +21,10 @@
<div class="wrapper-mast wrapper">
<header class="mast has-actions has-subtitle">
<h3 class="page-header">
<small class="subtitle">${_("Content")}</small>
<h2 class="page-header">
<small class="subtitle">${_("Tools")}</small>
<span class="sr">- </span>${_("Checklists")}
</h3>
</h2>
</header>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment