Add a board selector instead of the list of projects
This commit is contained in:
@@ -485,7 +485,7 @@ nav .active a {
|
||||
|
||||
/* board */
|
||||
.page-header.board {
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.project-menu li {
|
||||
|
||||
@@ -190,6 +190,10 @@
|
||||
$(function() {
|
||||
board_load_events();
|
||||
filter_load_events();
|
||||
|
||||
$("#form-board-selector").change(function() {
|
||||
window.location = "?controller=board&action=show&project_id=" + $(this).val();
|
||||
});
|
||||
});
|
||||
|
||||
}());
|
||||
|
||||
Reference in New Issue
Block a user