Skip to content

Commit

Permalink
Use one line with short contents inside <p>.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurocaetano committed Apr 11, 2014
1 parent 9ff5b40 commit 8cb679f
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions app/views/documentation/index.html.erb
Expand Up @@ -21,19 +21,15 @@
<div class='row'>
<h4>Building your first form</h4>

<p>
Example: Lets build the following form.
</p>
<p>Example: Lets build the following form.</p>
</div>

<div class='row'>
<%= render partial: 'examples/basic_example_sf', layout: 'examples/sf_label', locals: { title: 'Basic Form' } %>
</div>

<div class='row'>
<p>
The code is straightforward and looks like this:
</p>
<p>The code is straightforward and looks like this:</p>

<pre>
<code data-language='ruby'>
Expand All @@ -43,9 +39,7 @@
</div>

<div class='row'>
<p>
The code is very simple, isn't it?
</p>
<p>The code is very simple, isn't it?</p>

<p>
But it can get better! We can use the <code>wrapper_mapping</code> option
Expand Down

0 comments on commit 8cb679f

Please sign in to comment.