Sha256: b985afc4bcc2e51ff83c5c6fc3b585a83195a21cc59a85f1038fda8b08cd6b3c

Contents?: true

Size: 301 Bytes

Versions: 12

Compression:

Stored size: 301 Bytes

Contents

<ul>
<% if logged_in? -%>
  <li><span class="myself"><%= h(current_user.short_dn) %></span></li>
  <li><%= link_to(s_("Menu|Logout"), logout_path) %></li>
<% else -%>
  <li><%= link_to(s_("Menu|Login"), login_path) %></li>
<% end -%>
  <li><%= link_to(s_("Menu|Sign up"), sign_up_path) %></li>
</ul>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
activeldap-1.2.3 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap3-1.2.3 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.2.2 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.2.1 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.2.0 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.1.0 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-0.9.0 examples/al-admin/app/views/layouts/_header_menu.rhtml
activeldap-0.10.0 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.0.0 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.0.2 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.0.1 examples/al-admin/app/views/layouts/_header_menu.html.erb
activeldap-1.0.9 examples/al-admin/app/views/layouts/_header_menu.html.erb