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 and
<input type="submit" value="Update Web" /> <input type="submit" value="Update Web" />
<br/><br/> <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> </small>
</p> </p>

View file

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