projects
/
limn.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9d4d51d
)
Fixes issue processing `file` option as a URL.
author
dsc
<dsc@less.ly>
Fri, 24 Feb 2012 02:58:42 +0000 (18:58 -0800)
committer
dsc
<dsc@less.ly>
Fri, 24 Feb 2012 02:58:42 +0000 (18:58 -0800)
lib/template/graph-option.jade
patch
|
blob
|
history
diff --git
a/lib/template/graph-option.jade
b/lib/template/graph-option.jade
index
20494dc
..
07d2eb3
100644
(file)
--- a/
lib/template/graph-option.jade
+++ b/
lib/template/graph-option.jade
@@
-8,7
+8,8
@@
include browser-helpers
.field.option(id=option_id, class="#{category_cls} #{tags_cls}")
a.close ×
- h3.shortname #{_.shortname(name)}
+ //- h3.shortname #{_.shortname(name)}
+ h3.shortname #{name}
label.name(for=value_id) #{name}
input.value(type="text", id=value_id, name=name, class=type_cls, value=value)