Commit 9602706e authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added some links to users overview

parent 8d895bbb
...@@ -216,9 +216,6 @@ msgstr "administrator" ...@@ -216,9 +216,6 @@ msgstr "administrator"
msgid "member" msgid "member"
msgstr "gebruiker" msgstr "gebruiker"
msgid "View matches"
msgstr "Bekijk scores"
msgid "%s's matches" msgid "%s's matches"
msgstr "Scores van %s" msgstr "Scores van %s"
......
...@@ -38,6 +38,10 @@ $lg-width: 1200px ...@@ -38,6 +38,10 @@ $lg-width: 1200px
.well-form .well-form
padding-bottom: 3px padding-bottom: 3px
.table .btn-group
float: right
margin: -7px 0
.match .match
margin-top: 5px margin-top: 5px
......
...@@ -20,7 +20,18 @@ ...@@ -20,7 +20,18 @@
<td>{$user->username}</td> <td>{$user->username}</td>
<td>{_$user->role}</td> <td>{_$user->role}</td>
<td>{$h->numberOfMatches()}</td> <td>{$h->numberOfMatches()}</td>
<td><a href="user/{$user->id}/matches">{_'View matches'}</a></td> <td>
<div class="btn-group">
<a href="user/{$user->id}/matches" title="{_'Matches'}"
class="btn">
<span class="glyphicon glyphicon-list"></span>
</a>
<a href="user/{$user->id}/plot" title="{_'Progress Graph'}"
class="btn">
<span class="glyphicon glyphicon-stats"></span>
</a>
</div>
</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment