Skip to content

Commit

Permalink
ui adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Jun 9, 2011
1 parent d85102d commit 9fed6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/data.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
</div>
</br>
<div>path:<strong><%= path %> </strong> &nbsp;&nbsp;
<% if(user){ %>
<% if(user){ %>
<a href='#' onclick="delete_path();">delete</a>
<form id='delete_form' onsubmit="return;">
<input type='hidden' name='path' value='<%= path %>'/>
<input type='hidden' name='version' value='<%= stat.version %>'/>
<input type='button' value='delete' onclick="delete_path();"/>
</form>
<% } %>
</div>
Expand Down

0 comments on commit 9fed6e6

Please sign in to comment.