seo_pages 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/app/assets/stylesheets/seo_pages/application.css +31 -6
 - data/app/views/seo_pages/seo_page_defaults/edit.html.erb +1 -1
 - data/app/views/seo_pages/seo_pages/edit.html.erb +1 -1
 - data/app/views/seo_pages/seo_pages/index.html.erb +2 -2
 - data/lib/seo_pages/version.rb +1 -1
 - data/test/dummy/db/development.sqlite3 +0 -0
 - data/test/dummy/log/development.log +1157 -0
 - data/test/dummy/tmp/cache/assets/development/sprockets/2d8705afe57b62d44449d69f4222290f +0 -0
 - data/test/dummy/tmp/cache/assets/development/sprockets/4f86487aa5d289eda467a8c6537a96d7 +0 -0
 - data/test/dummy/tmp/cache/assets/development/sprockets/b64ef79b76b687f0bcd96c61bfcbad04 +0 -0
 - data/test/dummy/tmp/pids/server.pid +1 -0
 - metadata +4 -2
 
    
        checksums.yaml
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            ---
         
     | 
| 
       2 
2 
     | 
    
         
             
            SHA1:
         
     | 
| 
       3 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       4 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 3 
     | 
    
         
            +
              metadata.gz: 0836aa375525e9e6c036877cea72eb9ffb331739
         
     | 
| 
      
 4 
     | 
    
         
            +
              data.tar.gz: 1fd803867d5524865bef3833777579bf9887cec3
         
     | 
| 
       5 
5 
     | 
    
         
             
            SHA512:
         
     | 
| 
       6 
     | 
    
         
            -
              metadata.gz:  
     | 
| 
       7 
     | 
    
         
            -
              data.tar.gz:  
     | 
| 
      
 6 
     | 
    
         
            +
              metadata.gz: 9c963a61bf13d85a28a9bf10ce9a284dd728e741ee936536a99fc72140401d65acda774e1cc9f2838f7a3fecd1cabe77b22fe24ea127924cdac5ae356eb05687
         
     | 
| 
      
 7 
     | 
    
         
            +
              data.tar.gz: ebae1a5d79899103f5c59972b42db14b125fce9e0a1e0a721858b4e2f8568c9163f07ddadf088d365f868194b3e21f38571188888c55d8061be8253c6dbc39cf
         
     | 
| 
         @@ -11,13 +11,38 @@ 
     | 
|
| 
       11 
11 
     | 
    
         
             
             *= require_self
         
     | 
| 
       12 
12 
     | 
    
         
             
             *= require_tree .
         
     | 
| 
       13 
13 
     | 
    
         
             
             */
         
     | 
| 
       14 
     | 
    
         
            -
            .seo-table{
         
     | 
| 
       15 
     | 
    
         
            -
                width: 100%;
         
     | 
| 
       16 
     | 
    
         
            -
            }
         
     | 
| 
       17 
     | 
    
         
            -
            .seo-table tr{
         
     | 
| 
       18 
     | 
    
         
            -
                text-align: center;
         
     | 
| 
       19 
     | 
    
         
            -
            }
         
     | 
| 
       20 
14 
     | 
    
         | 
| 
       21 
15 
     | 
    
         
             
            .seo-info {
         
     | 
| 
       22 
16 
     | 
    
         
             
                color: green;
         
     | 
| 
      
 17 
     | 
    
         
            +
            }
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
            .seo-table {
         
     | 
| 
      
 20 
     | 
    
         
            +
              border: 1px solid #DFDFDF;
         
     | 
| 
      
 21 
     | 
    
         
            +
              border-bottom: none;
         
     | 
| 
      
 22 
     | 
    
         
            +
              background-color: #F9F9F9;
         
     | 
| 
      
 23 
     | 
    
         
            +
              width: 100%;
         
     | 
| 
      
 24 
     | 
    
         
            +
              -moz-border-radius: 3px;
         
     | 
| 
      
 25 
     | 
    
         
            +
              -webkit-border-radius: 3px;
         
     | 
| 
      
 26 
     | 
    
         
            +
              border-radius: 3px;
         
     | 
| 
      
 27 
     | 
    
         
            +
              font-family: Arial,"Bitstream Vera Sans",Helvetica,Verdana,sans-serif;
         
     | 
| 
      
 28 
     | 
    
         
            +
              color: #333;
         
     | 
| 
      
 29 
     | 
    
         
            +
            }
         
     | 
| 
      
 30 
     | 
    
         
            +
            .seo-table td, .seo-table th {
         
     | 
| 
      
 31 
     | 
    
         
            +
              border-top-color: white;
         
     | 
| 
      
 32 
     | 
    
         
            +
              border-bottom: 1px solid #DFDFDF;
         
     | 
| 
      
 33 
     | 
    
         
            +
              color: #555;
         
     | 
| 
      
 34 
     | 
    
         
            +
            }
         
     | 
| 
      
 35 
     | 
    
         
            +
            .seo-table th {
         
     | 
| 
      
 36 
     | 
    
         
            +
              text-shadow: rgba(255, 255, 255, 0.796875) 0px 1px 0px;
         
     | 
| 
      
 37 
     | 
    
         
            +
              font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
         
     | 
| 
      
 38 
     | 
    
         
            +
              font-weight: blod;
         
     | 
| 
      
 39 
     | 
    
         
            +
              padding: 7px 7px 8px;
         
     | 
| 
      
 40 
     | 
    
         
            +
              text-align: left;
         
     | 
| 
      
 41 
     | 
    
         
            +
              line-height: 1em;
         
     | 
| 
      
 42 
     | 
    
         
            +
              font-size: 14px;
         
     | 
| 
      
 43 
     | 
    
         
            +
            }
         
     | 
| 
      
 44 
     | 
    
         
            +
            .seo-table td {
         
     | 
| 
      
 45 
     | 
    
         
            +
              font-size: 12px;
         
     | 
| 
      
 46 
     | 
    
         
            +
              padding: 4px 7px 2px;
         
     | 
| 
      
 47 
     | 
    
         
            +
              vertical-align: top;
         
     | 
| 
       23 
48 
     | 
    
         
             
            }
         
     | 
| 
         @@ -3,7 +3,7 @@ 
     | 
|
| 
       3 
3 
     | 
    
         
             
            <table class="seo-table">
         
     | 
| 
       4 
4 
     | 
    
         
             
              <thead>
         
     | 
| 
       5 
5 
     | 
    
         
             
                <tr>
         
     | 
| 
       6 
     | 
    
         
            -
                  <th>Url 
     | 
| 
      
 6 
     | 
    
         
            +
                  <th>Url</th>
         
     | 
| 
       7 
7 
     | 
    
         
             
                  <th>Page title</th>
         
     | 
| 
       8 
8 
     | 
    
         
             
                  <th>Meta keywrods</th>
         
     | 
| 
       9 
9 
     | 
    
         
             
                  <th>Meta description</th>
         
     | 
| 
         @@ -22,7 +22,7 @@ 
     | 
|
| 
       22 
22 
     | 
    
         
             
                  <td><%= @seo_defaults.meta_description %></td>
         
     | 
| 
       23 
23 
     | 
    
         
             
                  <td></td>
         
     | 
| 
       24 
24 
     | 
    
         
             
                  <td><%= link_to 'Edit', edit_seo_page_default_path(@seo_defaults) %></td>
         
     | 
| 
       25 
     | 
    
         
            -
                  < 
     | 
| 
      
 25 
     | 
    
         
            +
                  <td></td>
         
     | 
| 
       26 
26 
     | 
    
         
             
                </tr>
         
     | 
| 
       27 
27 
     | 
    
         
             
                <% @seo_pages.each do |seo_page| %>
         
     | 
| 
       28 
28 
     | 
    
         
             
                  <tr>
         
     | 
    
        data/lib/seo_pages/version.rb
    CHANGED
    
    
| 
         Binary file 
     |