Show version in settings

This commit is contained in:
Mattias Erming 2014-07-25 04:49:41 -07:00
parent c484b83aca
commit e37a585f1e
3 changed files with 18 additions and 1 deletions

View File

@ -578,6 +578,7 @@ button {
float: left; float: left;
margin: 4px 10px 0 0; margin: 4px 10px 0 0;
} }
#settings .about,
#settings #play { #settings #play {
color: #7f8c8d; color: #7f8c8d;
} }
@ -589,6 +590,11 @@ button {
font: 16px Octicons; font: 16px Octicons;
margin-right: 9px; margin-right: 9px;
} }
#settings .about {
font-size: 14px;
padding-top: 2px;
line-height: 1.8;
}
#form { #form {
bottom: 0; bottom: 0;
height: 40px; height: 40px;

View File

@ -165,6 +165,17 @@
<button id="play">Play sound</button> <button id="play">Play sound</button>
</div> </div>
</div> </div>
<div class="col-sm-12">
<h2>About Shout</h2>
</div>
<div class="col-sm-12">
<p class="about">
You're currently running
<strong class="version">Shout <%=version%></strong>
<br>
Click <a href="http://github.com/erming/shout" target="_blank">here</a> for updates.
</p>
</div>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,5 +1,5 @@
{ {
"port": 9000, "port": 9000,
"theme": "themes/example.css", "theme": "themes/example.css",
"public": true "public": false
} }