return this unless @ready and not @isRendering
@wait()
@checkWaiting()
- root.title = "#{@get 'name'} | GraphKit"
+ root.title = "#{@get 'name'} | Limn"
GraphDisplayView.__super__.render ...
@unwait()
@checkWaiting()
return this unless @ready and not @isRendering
@wait()
@checkWaiting()
- root.title = "#{@get 'name'} | GraphKit"
+ root.title = "#{@get 'name'} | Limn"
GraphEditView.__super__.render ...
# @updateURL()
@unwait()
*/
updateURL: ->
json = @toJSON()
- title = "#{@model.get('name') or 'New Graph'} | Edit Graph | GraphKit"
+ title = "#{@model.get('name') or 'New Graph'} | Edit Graph | Limn"
url = @toURL('edit')
# console.log 'History.pushState', JSON.stringify(json), title, url
History.pushState json, title, url
extends ../layout
block title
- title Edit Graph | GraphKit
+ title Edit Graph | Limn
append styles
mixin css('/vendor/bootstrap-colorpicker/css/colorpicker.css')
li: a(href="mailto:dsc@wikimedia.org?subject=Reportcard/Limn Feedback") Feedback!
li: a(href="/blog") Blog
li: a(href="/docs/roadmap") Roadmap
- li: a(href="https://github.com/wikimedia/graphkit", target="_blank") Source Repository
- li: a(href="https://github.com/wikimedia/graphkit/issues", target="_blank") Issue Tracker
+ li: a(href="https://github.com/wikimedia/limn", target="_blank") Source Repository
+ li: a(href="https://github.com/wikimedia/limn/issues", target="_blank") Issue Tracker
li: a(href="https://lists.wikimedia.org/mailman/listinfo/analytics", target="_blank") Mailing List
li
i.icon-question-sign.icon-white
p
a(href="/project") Limn
| is
- a(href="https://github.com/wikimedia/graphkit", target="_blank") open-source software
+ a(href="https://github.com/wikimedia/limn", target="_blank") open-source software
| , made with love by the
a(href="/about") Wikimedia Analytics Team
| .