mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 17:24:22 +00:00 
			
		
		
		
	@@ -58,7 +58,7 @@
 | 
			
		||||
                                            <td>{{.Pid}}</td>
 | 
			
		||||
                                            <td>{{.Description}}</td>
 | 
			
		||||
                                            <td>{{.Start}}</td>
 | 
			
		||||
                                            <td>{{TimeSince .Start}}</td>
 | 
			
		||||
                                            <td>{{TimeSince .Start .i18n.Lang}}</td>
 | 
			
		||||
                                        </tr>
 | 
			
		||||
                                        {{end}}
 | 
			
		||||
                                    </tbody>
 | 
			
		||||
 
 | 
			
		||||
@@ -71,7 +71,7 @@
 | 
			
		||||
                                                {{range .ClosedMilestones}}
 | 
			
		||||
                                                <li class="milestone-item" data-id="{{.Id}}">
 | 
			
		||||
                                                    <p><strong>{{.Name}}</strong></p>
 | 
			
		||||
                                                    <p>Closed {{TimeSince .ClosedDate}}</p>
 | 
			
		||||
                                                    <p>Closed {{TimeSince .ClosedDate $.Lang}}</p>
 | 
			
		||||
                                                </li>
 | 
			
		||||
                                                {{end}}
 | 
			
		||||
                                            </ul>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user