[Xfce4-commits] <moka:nick/maintainer-improvements> Force remove links to new line in menubar.
Nick Schermer
noreply at xfce.org
Sun Apr 3 15:46:03 CEST 2011
Updating branch refs/heads/nick/maintainer-improvements
to 96b2c2619583fdfe79b38bed742d6f50021d89ed (commit)
from 2251628c98b7f2fa3909a6b845dd9211476d886b (commit)
commit 96b2c2619583fdfe79b38bed742d6f50021d89ed
Author: Nick Schermer <nick at xfce.org>
Date: Sun Apr 3 14:48:41 2011 +0200
Force remove links to new line in menubar.
lib/views/head.erb | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/lib/views/head.erb b/lib/views/head.erb
index 1af4084..fb5c245 100755
--- a/lib/views/head.erb
+++ b/lib/views/head.erb
@@ -13,12 +13,13 @@
<% else %>
<a href="/login">Manage Releases</a>
<% end %>
- <% if env['feeds'] %>
- <a href="<%= env['feeds'].base_url %>">News Feeds</a>
- <% end %>
- <a href="http://identi.ca/xfce">identi.ca Channel</a>
<% if not Moka::Models::Maintainer.use_http_auth? and env['warden'].authenticated? %>
<a href="/maintainer/<%= authentication_user.username %>">Profile</a>
<a href="/logout">Logout</a>
<% end %>
+ <br />
+ <% if env['feeds'] %>
+ <a href="<%= env['feeds'].base_url %>">News Feeds</a>
+ <% end %>
+ <a href="http://identi.ca/xfce">identi.ca Channel</a>
</p>
More information about the Xfce4-commits
mailing list