Commit 6790d1284f2d83fe749815ce6b5a24dd064b04be

Authored by Tracey Eubanks
1 parent 9c37b0db
Exists in master and in 1 other branch production

renamed params class to raw data and made the session params look more like the params params

app/views/notices/_params.html.haml
1 .window 1 .window
2 - .params 2 + .raw_data
3 %pre.hash= pretty_hash notice.params 3 %pre.hash= pretty_hash notice.params
4 4
app/views/notices/_session.html.haml
1 .window 1 .window
2 - %pre.hash= pretty_hash notice.session  
3 \ No newline at end of file 2 \ No newline at end of file
  3 + .raw_data
  4 + %pre.hash= pretty_hash notice.session
public/stylesheets/application.css
@@ -377,7 +377,7 @@ table.single_user { @@ -377,7 +377,7 @@ table.single_user {
377 border-top: none; 377 border-top: none;
378 } 378 }
379 379
380 -.params { 380 +.raw_data {
381 width: 100%; 381 width: 100%;
382 color: #f0f0f0; 382 color: #f0f0f0;
383 background-color: #222; 383 background-color: #222;