You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/06/23 20:29:25 UTC

[2/2] allura git commit: [#8090] fixed formatting

[#8090] fixed formatting


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/8dbbeb45
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/8dbbeb45
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/8dbbeb45

Branch: refs/heads/master
Commit: 8dbbeb4534491e3515a10ea0e9d77237325229aa
Parents: bb4c50a
Author: Rohan Verma <ro...@gmail.com>
Authored: Thu Jun 23 22:15:22 2016 +0530
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Thu Jun 23 16:29:07 2016 -0400

----------------------------------------------------------------------
 Allura/allura/lib/repository.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/8dbbeb45/Allura/allura/lib/repository.py
----------------------------------------------------------------------
diff --git a/Allura/allura/lib/repository.py b/Allura/allura/lib/repository.py
index 4132f0e..dc0b46a 100644
--- a/Allura/allura/lib/repository.py
+++ b/Allura/allura/lib/repository.py
@@ -131,7 +131,7 @@ class RepositoryApp(Application):
                 SitemapEntry('Fork', c.app.url + 'fork', ui_icon=g.icons['fork']))
         merge_request_count = self.repo.merge_requests_by_statuses(
             'open').count()
-        if self.forkable ==  True:
+        if self.forkable:
             links += [
                 SitemapEntry(
                     'Merge Requests', c.app.url + 'merge-requests/',