diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-01 13:41:18 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-11-01 13:41:18 -0500 |
commit | a3aa0c17ef8594a0084511f4852be7b5dc66e5e2 (patch) | |
tree | b0674e6fba638af3646df555fddcf2317ddd66d5 /railties/doc/guides/html/index.html | |
parent | 4e801ee7644c66edb00352ff1bb771f9bbc99f84 (diff) | |
download | rails-a3aa0c17ef8594a0084511f4852be7b5dc66e5e2.tar.gz rails-a3aa0c17ef8594a0084511f4852be7b5dc66e5e2.tar.bz2 rails-a3aa0c17ef8594a0084511f4852be7b5dc66e5e2.zip |
Marking Getting Started and Security guides as finished.
Diffstat (limited to 'railties/doc/guides/html/index.html')
-rw-r--r-- | railties/doc/guides/html/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/railties/doc/guides/html/index.html b/railties/doc/guides/html/index.html index f84442d10c..306257678b 100644 --- a/railties/doc/guides/html/index.html +++ b/railties/doc/guides/html/index.html @@ -219,14 +219,6 @@ ul#navMain { <div class="sidebarblock">
<div class="sidebar-content">
<div class="sidebar-title"><a href="getting_started_with_rails.html">Getting Started with Rails</a></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/caution.png" alt="Caution" />
-</td>
-<td class="content"><a href="http://rails.lighthouseapp.com/projects/16213/tickets/2">Lighthouse Ticket</a></td>
-</tr></table>
-</div>
<div class="para"><p>Everything you need to know to install Rails and create your first application.</p></div>
</div></div>
<h2>Models</h2>
@@ -326,14 +318,6 @@ Enjoy.</p></div> <div class="sidebarblock">
<div class="sidebar-content">
<div class="sidebar-title"><a href="security.html">Securing Rails Applications</a></div>
-<div class="admonitionblock">
-<table><tr>
-<td class="icon">
-<img src="./images/icons/caution.png" alt="Caution" />
-</td>
-<td class="content"><a href="http://rails.lighthouseapp.com/projects/16213/tickets/7">Lighthouse Ticket</a></td>
-</tr></table>
-</div>
<div class="para"><p>This manual describes common security problems in web applications and how to
avoid them with Rails.</p></div>
</div></div>
|