From 861f9909ad6502fa0208f8f06ed760cf0dab1fc1 Mon Sep 17 00:00:00 2001 From: Jason Zimdars Date: Wed, 18 Sep 2024 17:26:07 -0500 Subject: [PATCH] Start styling projects --- app/views/bubbles/index.html.erb | 11 ++--------- app/views/bubbles/show.html.erb | 2 ++ app/views/projects/index.html.erb | 16 ++++++++++++++-- app/views/projects/new.html.erb | 2 ++ 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/app/views/bubbles/index.html.erb b/app/views/bubbles/index.html.erb index 7009f1681..397c42572 100644 --- a/app/views/bubbles/index.html.erb +++ b/app/views/bubbles/index.html.erb @@ -1,3 +1,5 @@ +<% @page_title = @project.name %> + <% content_for :header do %> <% end %> -<% content_for :footer do %> - -<% end %> -
<% cache([@most_active_bubbles, 'stable_shuffle']) do %> <%= render @most_active_bubbles.sort_by { |bubble| Digest::MD5.hexdigest("#{bubble.id}#{@most_active_bubbles.cache_key}") } %> diff --git a/app/views/bubbles/show.html.erb b/app/views/bubbles/show.html.erb index 59394269c..48d026bf0 100644 --- a/app/views/bubbles/show.html.erb +++ b/app/views/bubbles/show.html.erb @@ -1,3 +1,5 @@ +<% @page_title = @bubble.title %> + <% content_for :header do %>