Updated navbar styles a bit; started work on dashboard
This commit is contained in:
@ -1,8 +1,17 @@
|
||||
namespace '/' do
|
||||
|
||||
get '' do
|
||||
channels = [
|
||||
{
|
||||
:name => 'Bit Goblin',
|
||||
:openProjects => 'N/a',
|
||||
:totalProjects => 'N/a',
|
||||
:last_updated => 'N/a'
|
||||
}
|
||||
]
|
||||
erb :index, :locals => {
|
||||
:title => 'Dashboard'
|
||||
:title => 'Dashboard',
|
||||
:channels => channels
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user