Sha256: 95103ceba62acd0247d529909ba921a4d3cbf9e0fcd6580fc26ff9fe3b1305d1

Contents?: true

Size: 1.5 KB

Versions: 17

Compression:

Stored size: 1.5 KB

Contents

<!DOCTYPE html>
<html>
<head>
  <title>ActionSmser</title>
  <%#= stylesheet_link_tag    "action_smser/application" %>
  <%#= javascript_include_tag "action_smser/application" %>
  <%= csrf_meta_tags %>

  <STYLE type="text/css">
    table {
      border:  1px solid gray;
      border-collapse:collapse;

    }
    th, td {
      border:  1px solid gray;
      padding: 1px 8px 1px 3px;
    }

    h1 { margin-top: 40px; }
    h2 { margin-top: 40px; }

    body, div {
      color: #444;
      font-size: 12px;
      line-height: 150%;
      line-height: 130%;
      font-family: Helvetica, Arial, sans-serif;

    }
    hr { margin-top: 20px; margin-bottom: 10px; }

    .selection_links { font-weight: strong; }
    .selection_links a { font-size: 12px; font-weight: normal; padding-left: 10px; padding-right: 10px;}
    .selection_links a.selected { font-size: 14px; font-weight: bold; color: black; }
    li.selected {background-color: #ddd;}


    .menu { margin-top: 30px; }
    .menu a { margin-right: 20px; font-size: 16px; }
    
  </STYLE>

</head>
<body class="delivery_reports_layout">

<h1>ActionSmser infos</h1>

<div class="menu">
<%= link_to 'Main application', '/' %> <%= link_to 'Summary of SMS', delivery_reports_path -%> <%= link_to 'List All SMS', list_delivery_reports_path %>
</div>

<hr>

<%= yield %>


<hr>
<p>
  Stats by ActionSmser gem, see homepage: <%= link_to 'https://github.com/holli/action_smser', 'https://github.com/holli/action_smser' %>
</p>

<p style="margin-top: 600px"></p>


</body>
</html>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
action_smser-3.4.1 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-3.4.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-3.3.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-3.2.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-3.1.2 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-3.1.1 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-3.1.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-3.0.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-2.2.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-2.1.2 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-2.1.1 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-2.1.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-2.0.2 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-2.0.1 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-2.0.0 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-1.2.1 app/views/layouts/action_smser/delivery_reports.html.erb
action_smser-1.2.0 app/views/layouts/action_smser/delivery_reports.html.erb