Skip to content

Commit

Permalink
Making media links relative.
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahp committed Jul 15, 2014
1 parent 25b4dcb commit a8db6da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion views/inc/header.jade
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ head

script(src='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js')

link(rel='stylesheet', href='/media/codelove.css')
link(rel='stylesheet', href='media/codelove.css')

18 changes: 17 additions & 1 deletion views/inc/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,27 @@ html
span.icon-bar
span.icon-bar
a.navbar-brand(href='#')
img.logo(src='/media/images/codelove-logo.png',alt='codelove')
img.logo(src='media/images/codelove-logo.png',alt='codelove')
.collapse.navbar-collapse
ul.nav.navbar-nav
block navigation
li.active: a(href='#') community
ul.nav.navbar-nav.navbar-right
li: a(href='#', data-toggle="modal", data-target="#where-are-my-posts", style="font-weight: bold; font-size: 14pt;") Where the hell are my posts?
.modal.fade(id="where-are-my-posts", tabindex="1", role="dialog", aria-labelledby="where-are-my-postsLabel", aria-hidden="true")
.modal-dialog
.modal-content
.modal-header
button.close(data-dismiss="modal")
span(aria-hidden="true") ×
span.sr-only Close
h4.modal-title(id="where-are-my-postsLabel") Where the hell are my posts?
.modal-body
| Click <a href="https://github.com/orgs/codelove-org/members" target="_blank">here</a> and ensure that
| your status is set to public. Bother toraton if you're not listed.
.modal-footer
button.btn.btn-default(data-dismiss="modal") Dismiss

block jumbotron

block body

0 comments on commit a8db6da

Please sign in to comment.