##// END OF EJS Templates
Replaces acts_as_list with an implementation that handles #position= (#12909)....
Replaces acts_as_list with an implementation that handles #position= (#12909). Objects are reordered using the regular attribute writer #position= and AR callbacks. git-svn-id: http://svn.redmine.org/redmine/trunk@15335 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r10695:923062895315
r14953:64afa24a7f72
Show More
_calendar.html.erb
6 lines | 273 B | text/plain | TextLexer
/ app / views / my / blocks / _calendar.html.erb
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <h3><%= l(:label_calendar) %></h3>
Jean-Philippe Lang
Calendar:...
r804 <% calendar = Redmine::Helpers::Calendar.new(Date.today, current_language, :week)
Jean-Philippe Lang
Adds helpers for retrieving my page data....
r10695 calendar.events = calendar_items(calendar.startdt, calendar.enddt) %>
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330
Jean-Philippe Lang
Calendar:...
r804 <%= render :partial => 'common/calendar', :locals => {:calendar => calendar } %>