Skip to content

Commit

Permalink
Merge pull request #20 from harvard-dce/master
Browse files Browse the repository at this point in the history
Show only the first line
  • Loading branch information
rshade authored May 9, 2017
2 parents de2c079 + f6a2c94 commit 0036716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/cookbook/html/recipes.erb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
<span class="summary_signature">
<strong><a href="#<%= recipe.name %>"><%= recipe.name %></a></strong>
</span>
<span class="summary_desc"><%= recipe.docstring %></span>
<span class="summary_desc"><%= recipe.docstring.to_s.split("\n").first %></span>
</li>
<% end %>
</ul>
Expand Down

0 comments on commit 0036716

Please sign in to comment.