diff --git a/app/views/content/panels/_timelines.html.erb b/app/views/content/panels/_timelines.html.erb index 5466a1ef..e54b3379 100644 --- a/app/views/content/panels/_timelines.html.erb +++ b/app/views/content/panels/_timelines.html.erb @@ -6,52 +6,48 @@ end %> -
- <%= link_to timeline.universe, class: "#{Universe.color}-text" do %> - <%= Universe.icon %> - <%= timeline.universe.name %> - <% end %> -
++ <%= link_to timeline.universe, class: "#{Universe.color}-text" do %> + <%= Universe.icon %> + <%= timeline.universe.name %> <% end %> -
- <%= timeline.subtitle %> -
-- <%= timeline.description %> -
-- Last edited <%= time_ago_in_words timeline.updated_at %> ago -
+ + <% end %> ++ <%= timeline.subtitle %> +
++ <%= timeline.description %> +
++ Last edited <%= time_ago_in_words timeline.updated_at %> ago +
- -