diff options
author | Fahim | 2016-09-20 17:03:48 +0530 |
---|---|---|
committer | GitHub | 2016-09-20 17:03:48 +0530 |
commit | 54cf9ef1c1fd193bc8cb6c9fdc4cd67b6f35753f (patch) | |
tree | 3960ec192fc6663c688851958e8da4fdb53694ec | |
parent | 8803bc174cd1eb336bab85e56db080319e84c499 (diff) | |
parent | 88d7dc756c570cc33cf802850abbd0c8fb03cc32 (diff) | |
download | Online-NgSpice-Simulator-54cf9ef1c1fd193bc8cb6c9fdc4cd67b6f35753f.tar.gz Online-NgSpice-Simulator-54cf9ef1c1fd193bc8cb6c9fdc4cd67b6f35753f.tar.bz2 Online-NgSpice-Simulator-54cf9ef1c1fd193bc8cb6c9fdc4cd67b6f35753f.zip |
Merge pull request #1 from FOSSEE/release
Comment singup detail
-rw-r--r-- | views/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.html b/views/index.html index 07b40ec..69fc532 100644 --- a/views/index.html +++ b/views/index.html @@ -41,10 +41,10 @@ <li><a href="/about">About</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
- <ul class="nav navbar-nav navbar-right">
+ <!-- <ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
- </ul>
+ </ul> -->
</div>
</div>
</nav>
|