Commit 19ddb330feb92466108fb3e4342ae48811eb28ad
1 parent
df32a797
Exists in
master
and in
5 other branches
Fixing some details [Issue: #121]
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
links/templates/links/delete_link.html
... | ... | @@ -10,8 +10,9 @@ |
10 | 10 | <p>Do you really want to delete this link?</p> |
11 | 11 | </div> |
12 | 12 | <div class="modal-footer"> |
13 | - | |
14 | - <a href="#" target="_self"><button type="button" class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Confirm</button></a> | |
13 | + <!-- --> | |
14 | + <button type="button" class="btn btn-primary btn-default" data-dismiss="modal">Cancel</button> | |
15 | + <a href="http://www.google.com" target="_self"><button type="button" class="btn btn-primary" data-dismiss="modal" aria-hidden="true">Confirm</button></a> | |
15 | 16 | |
16 | 17 | </div> |
17 | 18 | </div> | ... | ... |