Files
clinch/app/views/shared/_version_info.html.erb
2026-05-26 23:39:11 +10:00

5 lines
196 B
Plaintext

<div class="px-2 text-xs text-gray-500 dark:text-gray-500 space-y-0.5">
<div>Clinch <%= Clinch::VERSION %></div>
<div>Rails <%= Rails.version %> &middot; Ruby <%= RUBY_VERSION %></div>
</div>