Skip to content

Commit

Permalink
Merge pull request music-encoding#643 from musicEnfanthen/fix-tutorials
Browse files Browse the repository at this point in the history
fix(tutorials): add back button to tutorials main page
  • Loading branch information
rettinghaus authored May 20, 2024
2 parents 30a71ce + 56af19c commit 2cdd83c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _layouts/tutorials-ES.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

{% else %}

<h1><a href="{{ site.baseurl }}/resources/tutorials-ES.html" title="Volver a la página principal de tutoriales"></a> Tutoriales sobre MEI</h1>

<h2>{{ page.fullname }}</h2>

{% if content %}
Expand All @@ -19,9 +21,11 @@ <h2>{{ page.fullname }}</h2>
<h3 id="stepLabel">
<!-- step label goes in here -->
</h3>

<div id="instruction">
<!-- instruction texts go in here -->
</div>

<div id="editorContainer" style="display: none;">
<h3>Editor MEI
<button id="btn-openFullFileModal" class="btn btn-link float-right disabled" title="sólo permitido cuando sea válido">mostrar codificación completa</button>
Expand Down
4 changes: 4 additions & 0 deletions _layouts/tutorials.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

{% else %}

<h1><a href="{{ site.baseurl }}/resources/tutorials.html" title="Back to Tutorials main page"></a> MEI Tutorials</h1>

<h2>{{ page.fullname }}</h2>

{% if content %}
Expand All @@ -19,9 +21,11 @@ <h2>{{ page.fullname }}</h2>
<h3 id="stepLabel">
<!-- step label goes in here -->
</h3>

<div id="instruction">
<!-- instruction texts go in here -->
</div>

<div id="editorContainer" style="display: none;">
<h3>MEI Editor
<button id="btn-openFullFileModal" class="btn btn-link float-right disabled" title="only allowed when valid">show full encoding</button>
Expand Down

0 comments on commit 2cdd83c

Please sign in to comment.