summaryrefslogtreecommitdiffstats
path: root/f/templates/index.html
diff options
context:
space:
mode:
authorokalintu <ilkka.oksanen@aalto.fi>2015-03-03 22:16:57 +0200
committerokalintu <ilkka.oksanen@aalto.fi>2015-03-03 22:16:57 +0200
commitf1258540d0ab8bc8acbff3f31040539d34131e48 (patch)
tree32b67a64d487430320fea4a50d688527458cd00d /f/templates/index.html
parentca4e8292b3c47a07436d75320f293d57c6fa9b4c (diff)
more styling
Diffstat (limited to 'f/templates/index.html')
-rw-r--r--f/templates/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/f/templates/index.html b/f/templates/index.html
index ca72485..b75ee8a 100644
--- a/f/templates/index.html
+++ b/f/templates/index.html
@@ -23,12 +23,13 @@
<option value="9">9</option>
<option value="10">10</option>
</select></td></tr>
- <tr><td> Nimi:</td> <td><input type="text" ng-model="name"></input></td></tr>
+ <tr><td> Nimi</td> <td><input type="text" ng-model="name"></input></td></tr>
<tr><td></td><td> <button id="addbutton" ng-click="submit();">Lisää</button></td></tr>
</table>
<table id="que">
+<tr><th>Rivi</th><th>Nimi</th></tr>
<tr ng-repeat="person in que">
- <td >Rivi {{person.row}}:</td>
+ <td >Rivi {{person.row}}</td>
<td >{{person.name}}</td>
</tr>
</table>