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