Skip to content
Snippets Groups Projects
Commit f6756034 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Bugfix

parent fbb809f6
No related branches found
No related tags found
No related merge requests found
......@@ -23,11 +23,11 @@
<div class="form-group">
<div class="form-actions col-sm-offset-2 col-sm-10">
<div class="btn-group actions">
<a href="matches" class="btn btn-default" title="{_'Cancel'}>
<a href="matches" class="btn btn-default" title="{_'Cancel'}">
<span class="glyphicon glyphicon-remove"></span>
<span class="text">{_'Cancel'}</span>
</a>
<button type="submit" name="send" class="btn btn-primary" title="{_'Save'}>
<button type="submit" name="send" class="btn btn-primary" title="{_'Save'}">
<span class="glyphicon glyphicon-save"></span>
<span class="text">{_'Save'}</span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment