Sha256: 48e2855215d1bd8681d6454e5a975c7fa1d5e1a6ca382d7bb51ce64194fcc450

Contents?: true

Size: 625 Bytes

Versions: 1

Compression:

Stored size: 625 Bytes

Contents

<div class="searchBar">

    <h1>Search For "<%= !params[:search].nil? ? params[:search] : '' %>"</h1>  
                
    <div class="divide"></div>

</div>

<div class="clear"></div>

<% if !get_category_data.blank?

    get_category_data.each do |p| %>

       
	 		<div class="blog_article">
				<h2><a href="<%= get_the_permalink p %>"><%= get_the_title p %></a></h2>
	 			<span class="date"><%= get_the_date p %></span>
				<p><%= get_the_excerpt p %></p>
				<div class="clear"></div>
				<div class="divide"></div> 
			</div>

    <% end %>

<% else %>
    
    <p>Nothing matched the given search.</p>

<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roroacms-0.0.7 spec/dummy/app/views/theme/roroa1/search.html.erb