Skip to content

Commit

Permalink
Forgot to add the readable application name.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 11, 2014
1 parent d6098b8 commit 55ca5d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/releasedAppsList.html.php
@@ -1,6 +1,6 @@
<h2>Released Applications</h2>
<ul class="sidebar">
<?php foreach ($this->stable as $key => $app):?>
<li><a href="<?php echo $this->urlWriter->urlFor(array_merge($this->appListController, array('app' => $key))) ?>"><?php echo $app['name']?></a></li>
<?php foreach ($this->stable as $app):?>
<li><a href="<?php echo $this->urlWriter->urlFor(array_merge($this->appListController, array('app' => $app['application']))) ?>"><?php echo $app['name']?></a></li>
<?php endforeach;?>
</ul>
Binary file modified config/versions.sqlite
Binary file not shown.

0 comments on commit 55ca5d2

Please sign in to comment.