Spacing Tweak
This commit is contained in:
parent
2b213d95de
commit
e678b7e3a2
1 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ end
|
||||||
onfocus="this.value == 'Search' ? this.value = '' : true"
|
onfocus="this.value == 'Search' ? this.value = '' : true"
|
||||||
onblur="this.value == '' ? this.value = 'Search' : true" /></fieldset>
|
onblur="this.value == '' ? this.value = 'Search' : true" /></fieldset>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% else -%>
|
<%- else -%>
|
||||||
<%= list_item 'Home Page', {:action => 'published', :id => 'HomePage'}, 'Home, Sweet Home', 'H' %> |
|
<%= list_item 'Home Page', {:action => 'published', :id => 'HomePage'}, 'Home, Sweet Home', 'H' %> |
|
||||||
<%= list_item 'Feeds', {:action => 'feeds'}, 'Subscribe to changes by Atom' %>
|
<%= list_item 'Feeds', {:action => 'feeds'}, 'Subscribe to changes by Atom' %>
|
||||||
<% end-%>
|
<% end-%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue