More pesky hrefs deleted

This commit is contained in:
Alexey Verkhovsky 2005-04-07 03:36:12 +00:00
parent a74b3f8934
commit 64061a95f9
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ TODO Enable these input elements again after release 0.10
and
<input type="submit" value="Update Web" />
<br/><br/>
...or forget changes and <a href="/create_web/">create a new web</a>
...or forget changes and <%= link_to 'create a new web', :action => 'create_web' %>
</small>
</p>

View file

@ -15,7 +15,7 @@
<input type="text" name="author" id="authorName" value="<%= @author %>"
onClick="this.value == 'AnonymousCoward' ? this.value = '' : true" />
<% if @page %>
| <a href="../file/">Cancel</a> <small>(unlocks page)</small>
| <%= link_to 'Cancel', :web => @web.address, :action => 'file'%> <small>(unlocks page)</small>
<% end %>
</p>