Sha256: a18778735734f7b353015dbe53d1bdfaa0c13b2e33cb6c752f3f6789ddb9aa49

Contents?: true

Size: 725 Bytes

Versions: 36

Compression:

Stored size: 725 Bytes

Contents

<div class="new-files">
    <h4 class="headings"><i class="icon-envelope"></i> Your Emails</h4>
    <ul>
        <%= @emails.each do |email| %>
            <li>
                <button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
                <a title="" href="#">
                    <i class="icon-envelope blue"></i>
                    <!--
                        if user has thumbnail
                       <img src="/assets/kirgudu_base/admin/good/email-thumb.png" alt=""/>
                    -->
                    From : <%= email.from %>
                </a>

                <p><%= email.body.trim(60) %></p>
            </li>
        <% end if @emails %>
    </ul>
</div>

Version data entries

36 entries across 18 versions & 1 rubygems

Version Path
kirgudu_base-0.0.21 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.21 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.19 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.19 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.18 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.18 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.17 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.17 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.16 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.16 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.15 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.15 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.14 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.14 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.13 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.13 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.12 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.12 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.11 app/views/admin_templates/good/admin/shared/_left_menu_emails.html.erb
kirgudu_base-0.0.11 app/views/admin_templates/good_flexy/admin/shared/_left_menu_emails.html.erb