Sha256: 05c840da752ed1e51416ca99132939a6030a1b7fc9df0f72c36b384a17f29d23
Contents?: true
Size: 657 Bytes
Versions: 2
Compression:
Stored size: 657 Bytes
Contents
<script language="javascript"> var activeElement = ""; </script> <div id="content"> <div id="controls"> <ul id="nav-controls"> <%= render 'fe/admin/panels/nav_controls' %> </ul> <div id="panel"> <%= render 'fe/admin/panels/pages_list' %> </div> </div> <div id="preview"> <h2 id='sheet-name'> <%= link_to @question_sheet.label, edit_fe_admin_question_sheet_path(@question_sheet), :remote => true, :method => :get , :class => "ctl" -%> </h2> <div id="page-preview"> <%= render 'fe/admin/question_pages/question_page' %> </div> </div> <div style="clear:both;"> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fe-1.0.0 | app/views/fe/admin/question_sheets/show.html.erb |
fe-0.0.4 | app/views/fe/admin/question_sheets/show.html.erb |