Sha256: a9e0b990c47da93e5ebc00f7d1f15b59d722dd907466b23dabe0342b9eba0e48

Contents?: true

Size: 533 Bytes

Versions: 12

Compression:

Stored size: 533 Bytes

Contents

<% @news_posts.each do |news_post| %>
	<div class="row">
		<div class="col-lg-12">
			<article>
				<!-- Title -->
				<h1><%= news_post.newspsttitle %></h1>

				<!-- Author (Next Release)
				<p class="lead">
					by <a href="#">Authour</a>
				</p>
				 -->

				<!-- Date -->
				<hr>
				<p>
					<span class="fa fa-calendar"></span> Posted on <%= news_post.created_at %>
				</p>
				<hr>
				<p class="lead"><%= news_post.newspstexcerpts %></p>
				<p><%= news_post.newspsttext %></p>
			</article>
		</div>
	</div>
<% end %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phcpresspro-1.5.3 app/views/phcpresspro/website/pages/newspage.html.erb
phcpresspro-1.5.1 app/views/phcpresspro/website/pages/newspage.html.erb
phcpresspro-1.0.0 app/views/phcpresspro/website/pages/newspage.html.erb
phcpress-2.0.0 app/views/phcpress/website/pages/newspage.html.erb
phcpress-1.0.0 app/views/phcpress/website/pages/newspage.html.erb
phcpress-0.11.1 app/views/phcpress/website/pages/newspage.html.erb
phcpress-0.11.0 app/views/phcpress/website/pages/newspage.html.erb
phcpress-0.10.8 app/views/phcpress/website/pages/newspage.html.erb
phcpress-0.9.7 app/views/phcpress/website/pages/newspage.html.erb
phcpress-0.9.6 app/views/phcpress/website/pages/newspage.html.erb
phcpress-0.7.11 app/views/phcpress/website/pages/newspage.html.erb
phcpress-0.7.9 app/views/phcpress/website/pages/newspage.html.erb