diff options
author | Markus Cisler <m@kuchen.io> | 2013-09-05 18:40:06 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-22 16:30:56 +0200 |
commit | 36a1bb6770cb76ec7baf4e215c4379b070c60639 (patch) | |
tree | 9e8ec3bf58b1e9bd4b349a75cb2e5e369d406421 /application/views/file/nav_history.php | |
parent | 3ec93bf546c4cfff82f1fb34eeae1f18319c59c1 (diff) |
almost migrated to bootstrap3
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..a98d7a4ed 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-pills nav-history"> <?php $nav = array( "List" => "file/upload_history", |