Sha256: 754ec15c7d71def23834b58d867fb528d97bec4383ac9ac07eb71ab18d5d6540
Contents?: true
Size: 807 Bytes
Versions: 19
Compression:
Stored size: 807 Bytes
Contents
#header #welcome - if current_user #{t :welcome}, -# This span gets updated on the fly if user changes her name. %span#welcome_username= current_user.name %span> ! = link_to(t(:quick_find), "#", :id => "jumper") << " |" = link_to(t(:profile), profile_path) << " |" - if current_user.admin? = link_to(t(:admin), admin_path) << " |" = link_to(t(:logout), logout_path, :method => :delete) = render "/layouts/jumpbox" - else = link_to(t(:login), login_path) << " |" = link_to(t(:sign_up), signup_path) << " |" if can_signup? = link_to(t(:about), "#", :title => t(:about_ffc), :onclick => "$('#about').dialog({ title: this.title, modal: true }); return false;") %h3 = link_to("Fat Free CRM", root_path)
Version data entries
19 entries across 19 versions & 2 rubygems