|
|
@ -2,7 +2,7 @@
|
|
|
|
<div class="content-title-top-avtive">
|
|
|
|
<div class="content-title-top-avtive">
|
|
|
|
<!-- <h3><%= @author.nil? ? l(:label_activity) : l(:label_user_activity, link_to_user(@author)).html_safe %></h3> -->
|
|
|
|
<!-- <h3><%= @author.nil? ? l(:label_activity) : l(:label_user_activity, link_to_user(@author)).html_safe %></h3> -->
|
|
|
|
<p class="subtitle">
|
|
|
|
<p class="subtitle">
|
|
|
|
<%= l(:label_date_from_to, :start => format_date(@date_from), :end => format_date(@date_to - 1)) %>
|
|
|
|
<%#= l(:label_date_from_to, :start => format_date(@date_from), :end => format_date(@date_to - 1)) %>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
<% @events_by_day.keys.sort.reverse.each do |day| %>
|
|
|
|
<% @events_by_day.keys.sort.reverse.each do |day| %>
|
|
|
|