Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Jade includes #29

Open
rtoal opened this issue Dec 11, 2011 · 0 comments
Open

Use Jade includes #29

rtoal opened this issue Dec 11, 2011 · 0 comments
Assignees

Comments

@rtoal
Copy link
Collaborator

rtoal commented Dec 11, 2011

There is a chunk of Jade code that is repeated several times in different templates.

#chat
  #connect
    Chat failed to connect! Infinite Sadness :(
  #loading
    loading
  #log
#toolbar
  span(class="chat-label") [Enter Message]
  input#entry(tabindex="1", type="text", size="75")

This should be factored out and included.

Information on jade includes is at: http://tjholowaychuk.com/post/7590787973/jade-mixins-includes

@ghost ghost assigned rowedonalde Dec 11, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants