File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
< span ng-if ="!updatable.updating " ng-init ="active = false " ng-mouseenter ="active = true " ng-mouseleave ="active = false ">
2
2
< span ng-if ="value.length > 0 ">
3
3
< small >
4
- < a style =" cursor: pointer; " uib-tooltip ="edit ">
5
- < i class ="glyphicon glyphicon-pencil " ng-click =" edit() " > </ i >
4
+ < a href class =" clickable " uib-tooltip ="edit " ng-click =" edit() ">
5
+ < i class ="glyphicon glyphicon-pencil "> </ i >
6
6
</ a >
7
7
</ small >
8
8
<!-- <span btf-markdown="value"></span> -->
13
13
< em > Not specified</ em >
14
14
</ span >
15
15
< small ng-show ="active ">
16
- < a href class ="clickable " uib-tooltip ="edit ">
17
- < i class ="glyphicon glyphicon-pencil " ng-click =" edit() " > </ i >
16
+ < a href class ="clickable " uib-tooltip ="edit " ng-click =" edit() " >
17
+ < i class ="glyphicon glyphicon-pencil "> </ i >
18
18
</ a >
19
19
</ small >
20
20
</ span >
Original file line number Diff line number Diff line change @@ -24,6 +24,13 @@ <h4 class="mb-xs text-primary">
24
24
</ div >
25
25
</ h4 >
26
26
27
+ < dl class ="dl-horizontal ">
28
+ < dt class ="pull-left "> Title</ dt >
29
+ < dd >
30
+ < updatable-simple-text on-update ="updateField('title', newValue) " value ="task.title "/>
31
+ </ dd >
32
+ </ dl >
33
+
27
34
< dl class ="dl-horizontal ">
28
35
< dt class ="pull-left "> Owner</ dt >
29
36
< dd >
You can’t perform that action at this time.
0 commit comments