diff --git a/app/views/application/dashboard.html.erb b/app/views/application/dashboard.html.erb index d00b02a03..397e020fc 100644 --- a/app/views/application/dashboard.html.erb +++ b/app/views/application/dashboard.html.erb @@ -1,6 +1,7 @@ <%= content_for :title, 'Dashboard' %>

Dashboard

+

All communities, with their categories. You can also see the communities from the dropdown arrow at the top right of each page.

<% @communities.each do |c| %> <% categories = Category.unscoped.where(community: c).order(sequence: :asc, id: :asc) %> diff --git a/app/views/layouts/_footer.html.erb b/app/views/layouts/_footer.html.erb index b00c2c03f..1a844450a 100644 --- a/app/views/layouts/_footer.html.erb +++ b/app/views/layouts/_footer.html.erb @@ -2,28 +2,23 @@ diff --git a/config/initializers/zz_cache_setup.rb b/config/initializers/zz_cache_setup.rb index d7a9fe5f0..ad4289887 100644 --- a/config/initializers/zz_cache_setup.rb +++ b/config/initializers/zz_cache_setup.rb @@ -1,3 +1,3 @@ Rails.cache.persistent 'current_commit', clear: true do - [`git rev-parse HEAD`.strip, `git log -1 --date=iso --pretty=format:%cd`.strip] + [`git rev-parse HEAD`.strip, `git log -1 --date=iso-strict --pretty=format:%cd`.strip] end diff --git a/db/seeds/posts/global_faq.html b/db/seeds/posts/global_faq.html index 3830f2a4f..6fb50d068 100644 --- a/db/seeds/posts/global_faq.html +++ b/db/seeds/posts/global_faq.html @@ -1,4 +1,5 @@ - + +

How do I ask a question?

You will need to register an account. Make sure you are logged into the appropriate topic-related site for your question and click the "Ask Question" button at the top of the page. A template should appear with helpful guidelines on how to ask a quality question. Check out the local FAQ page for important information about each community.

@@ -7,7 +8,9 @@

How do I ask a question?

What license do my posts fall under?

Most posts fall under CC BY-SA 4.0. Some communities or contributors may use a license that more closely aligns with the content posted or their ideological position. Check a community's local FAQ page and Terms of Service for site-specific details.

+ +

What is Codidact?

-

This community is built using the open-source QPixel software provided by The Codidact Foundation. The software is free, open-source, and customizable.

+

This community is built with the QPixel engine provided by The Codidact Foundation. The software is free, open-source, and highly customizable.