forked from saurabh/orbit4-5
Update Announcement frontend
This commit is contained in:
parent
c627429b92
commit
1a838e8feb
|
@ -18,3 +18,4 @@
|
|||
/Gemfile.lock
|
||||
app/views/frontend
|
||||
/public/uploads/*
|
||||
public/assets/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<div data-repeat="8" data-module="announcement">
|
||||
<div class="col-6 col-sm-6 col-lg-4" >
|
||||
<h2>{{title}}</h2>
|
||||
<p>{{body}}</p>
|
||||
<p>{{subtitle}}</p>
|
||||
<p><a class="btn btn-default" data-href="detail" role="button" href="{{link_to_show}}">{{more}}</a></p>
|
||||
</div>
|
||||
</div>
|
|
@ -1,5 +1,6 @@
|
|||
<article>
|
||||
<h1>{{title}}</h1>
|
||||
<img src="{{image}}">
|
||||
<section>
|
||||
<div>{{body}}</div>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue