File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 11
11
< body >
12
12
< div class ="container " ng-controller ="HistoryCtrl as history ">
13
13
< div class ="history ">
14
+
14
15
< div class ="row-fluid ">
15
16
< h4 class ="col-xs-12 "> File History {{ history.visibility.states }}</ h4 >
16
17
< notify-error > </ notify-error >
@@ -19,21 +20,28 @@ <h4 class="col-xs-12">File History {{ history.visibility.states }}</h4>
19
20
< div class ="row-fluid ">
20
21
< div ng-repeat ="edit in history.edits " class ="animate ">
21
22
< div class ="line well ng-cloak ">
22
- < div class ="cell col-xs-2 ">
23
- {{ edit.timestamp | date : format : shortTime }}
24
- </ div >
23
+ < div class ="row ">
25
24
26
- < div class ="cell col-xs-9 filename ">
27
- {{ edit.filename }}
28
- </ div >
25
+ < div class ="cell col-xs-2 ">
26
+ {{ edit.timestamp | date : format : shortTime }}
27
+ </ div >
29
28
30
- < div class ="cell col-xs-1 options ">
31
- < a href ng-click ="history.remove(edit) " class ="btn btn-danger " title =""> x</ a >
32
- </ div >
29
+ < div class ="cell col-xs-9 filename ">
30
+ {{ edit.filename }}
31
+ </ div >
32
+
33
+ < div class ="cell col-xs-1 options ">
34
+ < a href ng-click ="history.remove(edit) " class ="btn btn-danger " title =""> x</ a >
35
+ </ div >
36
+
37
+ < div class ="col-xs-12 ">
38
+ < div hljs source ="edit.content ">
39
+ < textarea > </ textarea >
40
+ </ div >
41
+ </ div >
33
42
34
- < div hljs source ="edit.content ">
35
- < textarea > </ textarea >
36
43
</ div >
44
+
37
45
</ div > <!-- /line -->
38
46
39
47
</ div >
You can’t perform that action at this time.
0 commit comments