Skip to content

Commit

Permalink
Merge pull request #233 from praveenscience/patch-1
Browse files Browse the repository at this point in the history
Added space between the project name & timestamp.
  • Loading branch information
yandod committed Jun 24, 2014
2 parents 8209a60 + 965e976 commit a3b45d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Welcome/index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<ul>
<?php foreach ($projects as $project): ?>
<li>
<?php echo $this->Html->link($project['Project']['name'], array('controller' => 'projects', 'action' => 'show', 'project_id' => $project['Project']['identifier'])) ?>(<?php echo $this->Candy->format_time($project['Project']['created_on'])?>)
<?php echo $this->Html->link($project['Project']['name'], array('controller' => 'projects', 'action' => 'show', 'project_id' => $project['Project']['identifier'])) ?> (<?php echo $this->Candy->format_time($project['Project']['created_on'])?>)
<!-- <%= textilizable project.short_description, :project => project %> -->
<?php echo $this->Candy->textilizable($project['Project']['description']) ?>
</li>
Expand Down

0 comments on commit a3b45d3

Please sign in to comment.