mirror of
				https://github.com/gitbucket/gitbucket.git
				synced 2025-11-03 20:15:59 +01:00 
			
		
		
		
	Fix template file names.
This commit is contained in:
		@@ -3,7 +3,7 @@
 | 
			
		||||
@import view.helpers._
 | 
			
		||||
@html.main(repository.owner+"/"+repository.name) {
 | 
			
		||||
  @html.header("code", repository)
 | 
			
		||||
  @navtab(branch, repository, "files")
 | 
			
		||||
  @tab(branch, repository, "files")
 | 
			
		||||
  <div class="head">
 | 
			
		||||
    <a href="@url(repository)/tree/@branch">@repository.name</a> /
 | 
			
		||||
    @pathList.zipWithIndex.map { case (section, i) =>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
@import org.eclipse.jgit.diff.DiffEntry.ChangeType
 | 
			
		||||
@html.main(commit.shortMessage){
 | 
			
		||||
  @html.header("code", repository)
 | 
			
		||||
  @navtab(commitId, repository, "commits")
 | 
			
		||||
  @tab(commitId, repository, "commits")
 | 
			
		||||
  <table class="table table-bordered">
 | 
			
		||||
    <tr>
 | 
			
		||||
      <th>
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
@import view.helpers._
 | 
			
		||||
@html.main(repository.owner+"/"+repository.name) {
 | 
			
		||||
  @html.header("code", repository)
 | 
			
		||||
  @navtab(branch, repository, if(pathList.isEmpty) "commits" else "files")
 | 
			
		||||
  @tab(branch, repository, if(pathList.isEmpty) "commits" else "files")
 | 
			
		||||
  <div class="head">
 | 
			
		||||
    @if(pathList.isEmpty){
 | 
			
		||||
      <a href="@url(repository)/tree/@branch">@repository.name</a> / Commit History
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
@import view.helpers._
 | 
			
		||||
@html.main(repository.owner + "/" + repository.name) {
 | 
			
		||||
  @html.header("code", repository)
 | 
			
		||||
  @navtab(branch, repository, "files")
 | 
			
		||||
  @tab(branch, repository, "files")
 | 
			
		||||
  <div class="head">
 | 
			
		||||
    <a href="@url(repository)/tree/@branch">@repository.name</a> /
 | 
			
		||||
    @pathList.zipWithIndex.map { case (section, i) =>
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
@import view.helpers._
 | 
			
		||||
@html.main(repository.owner + "/" + repository.name) {
 | 
			
		||||
  @html.header("code", repository)
 | 
			
		||||
  @navtab("master", repository, "tags") @* TODO DON'T display branch pulldown *@
 | 
			
		||||
  @tab("master", repository, "tags") @* TODO DON'T display branch pulldown *@
 | 
			
		||||
  <h1>Tags</h1>
 | 
			
		||||
  <table class="table table-bordered">
 | 
			
		||||
    <tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user