Commit 46205c4
Changed files (2)
app
assets
stylesheets
views
layouts
app/assets/stylesheets/profiles.scss
@@ -1,4 +1,4 @@
-.profiles {
+.profiles.show {
table {
margin-left: auto;
margin-right: auto;
app/views/layouts/public.html.erb
@@ -13,7 +13,7 @@
</script>
<%= csrf_meta_tags %>
</head>
- <body class="<%= controller_name %>">
+ <body class="<%= controller_name %> <%= action_name %>">
<%= render partial: 'layouts/flash' %>
<header>
<div class="row">