Skip to content

Commit

Permalink
Update views
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-isler committed Oct 23, 2024
1 parent bccc83e commit 4b0f60f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/hotsheet/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<% end %>
</table>
<% else %>
<h1>--- Rails DB Manager#index ---</h1>
<p>Welcome to the Rails DB Manager. Select a model from the sidebar to view the spreadsheet.</p>
<h1>--- Hotsheet#index ---</h1>
<p>Welcome to the Hotsheet. Select a model from the sidebar to view the spreadsheet.</p>
<% end %>
2 changes: 1 addition & 1 deletion app/views/layouts/hotsheet/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Rails DB Manager</title>
<title>Hotsheet</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= yield :head %>
Expand Down

0 comments on commit 4b0f60f

Please sign in to comment.