Skip to content

Commit

Permalink
Simplified bodyTop.mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
thejimmyg committed Feb 9, 2019
1 parent 334566d commit 03f6948
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ npm run fix

## Changelog

### 0.1.3 2019-02-08

* Simplified `bodyTop.mustache`

### 0.1.2 2019-02-08

* Improved the Docker example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-flexbox-overlay",
"version": "0.1.2",
"version": "0.1.3",
"description": "A set of mustache templates to be used with express-mustache-overlays that provides a Bootstrap and Flexbox theme.",
"scripts": {
"fix": "standard --fix"
Expand Down
2 changes: 0 additions & 2 deletions views/partials/bodyTop.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
{{>nav}}
</div>
<div class="p-3 text-right flex-grow-1">
<span id="status"></span>
{{>userStatus}}
<span id="install-prompt">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span>
</div>
</div>

0 comments on commit 03f6948

Please sign in to comment.