<%# (C) COPYRIGHT HELP/SYSTEMS, L.L.C. 2010 %> <% @help_link_anchor = HELP_URL_CONFIG['product_info']['scheduling_tools']['home_page'] %> <% @content_for_layout = capture do %>

Home

<%= link_to("", help_link(@help_link_anchor), :class => "help-link", :popup => true ) unless @help_link_anchor.nil? %>
<%= link_to "[#{ t 'common.dashboard_link' }]", dashboards_path, :class => "dashboard-link"%> <% if !@current_user.show_getting_started %> [<%= t 'home.getting_started_general.show_getting_started' %>] <% end %>
<%= yield %>
<%= render :file =>'layouts/_footer', :locals => { :page_bottom => true } %>
<% end %> <%= render :file =>'layouts/standard', 'content_for_layout' => @content_for_layout %>