Commit 19ddb330feb92466108fb3e4342ae48811eb28ad

Authored by Gustavo Bernardo
1 parent df32a797

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,8 +10,9 @@
10 <p>Do you really want to delete this link?</p> 10 <p>Do you really want to delete this link?</p>
11 </div> 11 </div>
12 <div class="modal-footer"> 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 </div> 17 </div>
17 </div> 18 </div>