Просмотр исходного кода

[doifile.tmpl] Widen first column for field names

Achilleas Koutsou 5 лет назад
Родитель
Сommit
b32227bdda
2 измененных файлов с 4 добавлено и 4 удалено
  1. 2 2
      templates/repo/doifile.tmpl
  2. 2 2
      templates/repo/home.tmpl

+ 2 - 2
templates/repo/doifile.tmpl

@@ -2,9 +2,9 @@
 	<table class="ui fixed single line table">
 		<thead>
 			<tr>
-				<th class="two wide">
+				<th class="three wide">
 					<i class="octicon octicon-squirrel"></i>
-					<strong>Datacite.yml</strong>
+					<strong>datacite.yml</strong>
 				</th>
 				<th class="fourteen wide">
 				</th>

+ 2 - 2
templates/repo/home.tmpl

@@ -69,7 +69,7 @@
 					</div>
 				{{end}}
 
-				<!-- Only show colne panel in repository home page -->
+				<!-- Only show clone panel in repository home page -->
 				{{ $n := len .TreeNames}}
 				{{ $l := Subtract $n 1}}
 				{{if eq $n 0}}
@@ -95,7 +95,7 @@
 						<i class="download icon"></i>
 						</div>
 
-						<!-- Download moddal -->
+						<!-- Download modal -->
 						<div id="download_modal" class="ui modal warning">
 							<i class="close icon"></i>
 							<div class="content">