Fix some HTML validation issue.
This commit is contained in:
parent
48a3a317bc
commit
b92e1b0584
6 changed files with 65 additions and 89 deletions
|
@ -4,7 +4,7 @@
|
|||
Traces filtered by tag <b><%= @tag %></b>
|
||||
<br/><br/>
|
||||
<% end %>
|
||||
<span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="/images/RSS.gif" border="0"></a></span> |
|
||||
<span class="rsssmall"><a href="<%= url_for :controller => 'trace', :action => 'georss' %>"><img src="/images/RSS.gif" border="0" alt="RSS" /></a></span> |
|
||||
<%= link_to 'See just your traces, or upload a trace', {:controller => 'trace', :action => 'mine'} %>
|
||||
<% if @tag %>
|
||||
| <%= link_to 'See all traces', {:controller => 'trace', :action => 'list'} %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue