Author: rjollos
Date: Tue Mar 12 13:37:59 2013
New Revision: 1455527
URL: http://svn.apache.org/r1455527
Log:
Refs #461: Copied `timeline.html` as a starting point towards
`bh_timeline.html`.
Added:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_timeline.html
- copied unchanged from r1455524,
incubator/bloodhound/trunk/trac/trac/timeline/templates/timeline.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py
Modified: incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py?rev=1455527&r1=1455526&r2=1455527&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/bhtheme/theme.py Tue Mar 12
13:37:59 2013
@@ -126,6 +126,7 @@ class BloodhoundTheme(ThemeBase):
# General purpose
'about.html' : ('bh_about.html', None),
'history_view.html' : ('bh_history_view.html', None),
+ 'timeline.html' : ('bh_timeline.html', None),
# Account manager plugin
'login.html' : ('bh_login.html', None),