12cee4bd8c188083fd7f550bb6683401dc708ec7
[Pman.MTrack] / jtemplates / change_commit.html
1                              
2
3
4 {script:}
5     for(var fn in t.commit.files) {
6         var diff = t.commit.files[fn];
7 {end:}
8 <li class="change-log-item" id="change-expander-{t.id}-{fn}">
9     <span class="change" > - {fn} change by {t.person_id_name}</span>
10     
11     <div style="display:none" class="change-log-details" id="change-expand-{t.id}-{fn}">
12         <ul>    
13             <li class="change-log-item" id="change-expander-{t.id}-{fn}-a">
14             </li>
15         </ul>
16     
17     <div class="showdown"
18          style="white-space: pre;overflow:scroll;font-family: 'Consolas', 'Bitstream Vera Sans Mono', 'Monaco', 'Courier New', 'Courier'">
19     {Roo.util.Format.htmlEncode(diff).replace(/\n/g,'<br/>'):h}
20     </div>
21       
22            
23             
24             
25         
26     </div>
27 </li>
28
29                   
30        {script:}
31            } 
32     {end:}