Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Added title to templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahume committed Mar 25, 2012
1 parent a420697 commit 24af327
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
1 change: 0 additions & 1 deletion j/core.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
$(function() {
console.log("here")
$('.lightbox').lightBox({
"overlayOpacity": 0.5,
});
Expand Down
11 changes: 1 addition & 10 deletions templates/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>{% block title %}Dashboard{% endblock %}</title>
<title>{% block title %}Dashboard{% endblock %} | GU Perf</title>
<link rel="stylesheet" type="text/css" href="c/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="c/bootstrap-responsive.min.css">
<link rel="stylesheet" type="text/css" href="c/jquery.lightbox-0.5.css">
Expand All @@ -24,15 +24,6 @@
<div class="container-fluid">

<div class="row-fluid">
<!--<div class="span2">
<ul class="nav nav-list">
<li class="nav-header">List header</li>
<li><a href="#">Google Page Speed</a></li>
<li><a href="#">Web Page Test</a></li>
</ul>
</div>-->
<div class="span12">

{% block content %}{% endblock %}
Expand Down
1 change: 1 addition & 0 deletions templates/log.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% extends "base.html" %}
{% block title %}Log{% endblock %}

{% block content %}

Expand Down

0 comments on commit 24af327

Please sign in to comment.