minesweeper/src/main/webapp/pages/index.html
changeset 164 b56bc5060fac
parent 163 823630089369
child 166 e6667c8206fc
     1.1 --- a/minesweeper/src/main/webapp/pages/index.html	Fri Jun 27 15:05:03 2014 +0200
     1.2 +++ b/minesweeper/src/main/webapp/pages/index.html	Fri Jun 27 15:25:21 2014 +0200
     1.3 @@ -61,6 +61,10 @@
     1.4                      <span>&#x2717;</span>
     1.5                      <span class="hidden-phone">Show Mines!</span>
     1.6                  </button>
     1.7 +                <button class="btn btn-default navbar-btn" disabled="true" data-bind="disable: !fieldShowing(), click: markMine">
     1.8 +                    <span>&#x26A0;</span>
     1.9 +                    <span class="hidden-phone">Mark Mine!</span>
    1.10 +                </button>
    1.11              </div>
    1.12          </div>
    1.13