active/app/views/actives/show_privacy.html.erb

28 lines
507 B
Plaintext

<% # encoding: utf-8 %>
<%
data = action_data
@active_agreement = data["active_agreement"]
%>
<style type="text/css">
.highlight {
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
margin-bottom: 14px;
padding: 9px 14px;
}
</style>
<h3>個資及隱私權保護宣告</h3>
<div class="highlight active_privacy">
<%= @active_agreement.content.html_safe %>
</div>
<br />
<%= link_to t(:close), 'javascript:window.close();', :class => 'btn btn-primary' %>