summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-07-10 20:13:24 -0700
committerraylu <raylu@mixpanel.com>2011-07-10 20:23:39 -0700
commit913bca163e3c00c2f956b7882945b73a5d47ce71 (patch)
tree0c98c37b9a412cc8f926bb35b16aaf524148a618
parentb40e09347acc09d935ad9dc6d4b3ffb3f051c70c (diff)
downloadotakuhub-913bca163e3c00c2f956b7882945b73a5d47ce71.tar.xz
Revert permissions, fix whitespace, fix other signup link
This reverts commit b40e09347acc09d935ad9dc6d4b3ffb3f051c70c.
-rw-r--r--[-rwxr-xr-x]resources/g11n/empty0
-rw-r--r--[-rwxr-xr-x]resources/tmp/logs/empty0
-rw-r--r--[-rwxr-xr-x]resources/tmp/tests/empty0
-rw-r--r--views/pages/home.html.php2
-rw-r--r--views/signup/index.html.php2
5 files changed, 2 insertions, 2 deletions
diff --git a/resources/g11n/empty b/resources/g11n/empty
index e69de29..e69de29 100755..100644
--- a/resources/g11n/empty
+++ b/resources/g11n/empty
diff --git a/resources/tmp/logs/empty b/resources/tmp/logs/empty
index e69de29..e69de29 100755..100644
--- a/resources/tmp/logs/empty
+++ b/resources/tmp/logs/empty
diff --git a/resources/tmp/tests/empty b/resources/tmp/tests/empty
index e69de29..e69de29 100755..100644
--- a/resources/tmp/tests/empty
+++ b/resources/tmp/tests/empty
diff --git a/views/pages/home.html.php b/views/pages/home.html.php
index b682a27..53cc58d 100644
--- a/views/pages/home.html.php
+++ b/views/pages/home.html.php
@@ -3,7 +3,7 @@ $this->styles($this->html->style("/css/home.css"));
?>
<h1>The Otaku Social Network</h1>
-<a href="/users/signup" id="signup" class="gradient">Sign up!</a>
+<a href="/signup" id="signup" class="gradient">Sign up!</a>
<a class="prev browse left"></a>
<div id="scrollwrapper">
<div id="sg_left"></div>
diff --git a/views/signup/index.html.php b/views/signup/index.html.php
index f7929f8..0799ef5 100644
--- a/views/signup/index.html.php
+++ b/views/signup/index.html.php
@@ -6,7 +6,7 @@ if (isset($key))
echo "Confirmation Link: ";
echo $this->html->link("Link", array('controller' => 'signup',
'action' => 'confirm',
- 'args' => $key->key));
+ 'args' => $key->key));
}
else
{