showed a creator in wiki show and project home views

This commit is contained in:
hyung-hwan 2015-02-04 06:00:07 +00:00
parent 3832a12167
commit 0198854319
4 changed files with 12 additions and 8 deletions

View File

@ -73,6 +73,7 @@ $this->load->view (
<div class="box">
<ul>
<li><?=$this->lang->line('Created on')?> <?=$project->createdon?></li>
<li><?=$this->lang->line('Created by')?> <?=$project->createdby?></li>
<li><?=$this->lang->line('Last updated on')?> <?=$project->updatedon?></li>
<li><?=$this->lang->line('Last updated by')?> <?=$project->updatedby?></li>
</ul>

View File

@ -73,6 +73,7 @@ $this->load->view (
<div class="box">
<ul>
<li><?=$this->lang->line('Created on')?> <?= $wiki->createdon ?></li>
<li><?=$this->lang->line('Created by')?> <?= $wiki->createdby ?></li>
<li><?=$this->lang->line('Last updated on')?> <?= $wiki->updatedon ?></li>
<li><?=$this->lang->line('Last updated by')?> <?= $wiki->updatedby ?></li>
</ul>

View File

@ -56,8 +56,7 @@
}
#code_file_mainarea_result_pre {
/* make it the same as font-size of info .title below */
padding-top: 0.8em;
line-height: 1.4em;
}
#code_file_mainarea_result_info {
@ -101,8 +100,7 @@
}
#code_blame_mainarea_result_pre {
/* make it the same as font-size of info .title below */
padding-top: 0.8em;
line-height: 1.4em;
}
#code_blame_mainarea_result_info {
@ -336,6 +334,7 @@
//padding-left: 10px;
//background: #F8F8FA;
padding-left: 1px;
line-height: 1.4em;
}
#code_diff_mainarea_result_fulldiffnew {
@ -343,6 +342,7 @@
//padding-left: 10px;
background: #FEF8F8;
padding-left: 1px;
line-height: 1.4em;
}
#code_diff_mainarea_result_fullview .navigator {

View File

@ -274,9 +274,12 @@ body {
.content .mainarea pre.wiki {
white-space: pre-wrap;
padding: 1em;
line-height: 1.4em;
//font-size: 1.1em;
line-height: 1.2em;
font-family: consolas, "Andale Mono", monospace;
tab-size: 5;
-moz-tab-size: 5;
-o-tab-size: 5;
}
.content .mainarea tt {
@ -370,9 +373,8 @@ body {
/*border: 1px solid #ccc;*/
background-color: #F8F8FA;
border: none;
//font-size: 1.1em;
font-family: consolas, "Andale Mono", monospace;
line-height: 1.4em;
line-height: 1.2em;
padding: 1em;
tab-size: 5;