Skip to content

Instantly share code, notes, and snippets.

@lukrizal
Created March 26, 2015 01:49
Show Gist options
  • Save lukrizal/fa31f98899308bd1fc46 to your computer and use it in GitHub Desktop.
Save lukrizal/fa31f98899308bd1fc46 to your computer and use it in GitHub Desktop.
tpl = _.template($('#tpl-modal_select-product-first').html())
opts =
autoResize: true
autoCenter: false
arrows: false
helpers:
overlay: {closeClick: false}
closeBtn: false
afterShow: ()->
window.location.href = "#{BASE_URL}#{pex.REAL_INDEX_PATH}"
$.fancybox tpl({text:__.pleseSelectProductFirst}), opts
@section('tpl-modal_select-product-first')
<div class="text">
<h4><i class="fa fa-exclamation-triangle"></i> <%=text%></h4>
</div>
@stop
<script type="text/template" id="tpl-modal_select-product-first">@yield('tpl-modal_select-product-first')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment