Sha256: 7fcf03220cf9ae1d416b5083725c8888e89ce2c55ee4a1c3835f1aef44e8e3dd
Contents?: true
Size: 1.19 KB
Versions: 6
Compression:
Stored size: 1.19 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.stats.reasons_ranking'), "#{APP_CONFIG['crm-url']}/reasons" %> </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
6 entries across 6 versions & 1 rubygems