mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-13 07:56:17 +01:00
9 lines
No EOL
298 B
Text
9 lines
No EOL
298 B
Text
<% if @session_expired
|
|
theHtml = content_tag(
|
|
:div,
|
|
t('login.session_time_out', :link => link_to(t('login.log_in_again'), :controller => "login", :action => "login")),
|
|
:"class" => "warning")
|
|
-%>
|
|
$('div#navcontainer').remove();
|
|
$('div#content').html('<%=theHtml%>');
|
|
<% end -%> |