Sha256: 8460c5e73ac1f1b47350f7778cf9af9d7759eab5a7e4d8261c8a63f113d208fc
Contents?: true
Size: 1.07 KB
Versions: 47
Compression:
Stored size: 1.07 KB
Contents
<% if current_user.current_account -%> <li> <%= link_to t("header-menu.stats.pdg_report"), "#{APP_CONFIG['overmind-url']}/schools/#{current_user.current_account.name}/reports/pedagogic/#{Date.today.year}/#{Date.today.month}" %> </li> <li> <%= link_to t("header-menu.stats.overmind"), "#{APP_CONFIG['overmind-url']}/schools/pa/#{current_user.current_account.name}" %> </li> <li> <%= link_to t("header-menu.stats.teacher_ranking"), "#{APP_CONFIG['overmind-url']}/schools/#{current_user.current_account.name}/teacher_ranking" %> </li> <% end -%> <li> <%= link_to t("header-menu.stats.schools_ranking"), "#{APP_CONFIG['overmind-url']}/ranking" %> </li> <li> <%= link_to t('header-menu.stats.marketing_methods_rankings'), "#{APP_CONFIG['crm-url']}/marketing_methods" %> </li> <li> <%= link_to t('header-menu.attendance.stats'), "#{APP_CONFIG['attendance-url']}/stats" %> </li> <li> <%= link_to "Statistica Office", "#{APP_CONFIG['crm-url']}/statisticas/new" %> </li>
Version data entries
47 entries across 47 versions & 1 rubygems