diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-22 17:18:48 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-22 17:18:48 +0200 |
commit | 9538bea0908c8a3758b41967d977455af731c344 (patch) | |
tree | 5f805a22f77debba76bcd8517885c886ba26c449 /application/views/file/nav_history.php | |
parent | 3ec93bf546c4cfff82f1fb34eeae1f18319c59c1 (diff) | |
parent | e484fbe3e012a57c95963c24db190c91575e1bc5 (diff) |
Merge branch 'working-split/bootstrap3' into working
Diffstat (limited to 'application/views/file/nav_history.php')
-rw-r--r-- | application/views/file/nav_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/nav_history.php b/application/views/file/nav_history.php index 1a3e55c0b..bbb695fd6 100644 --- a/application/views/file/nav_history.php +++ b/application/views/file/nav_history.php @@ -1,4 +1,4 @@ -<ul class="nav nav-tabs"> +<ul class="nav nav-tabs nav-history"> <?php $nav = array( "List" => "file/upload_history", |