We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff3924 commit a654a1dCopy full SHA for a654a1d
app/views/about/index.html.erb
@@ -1,5 +1,5 @@
1
<% set_page_title "About" %>
2
-<h4 class="page-header">About TIOJ <small>INFOR Online Judge</small></h4>
+<h4 class="page-header">About TIOJ <small>INFOR Online Judge <%= Tioj::VERSION %></small></h4>
3
<h5>Site Info</h5>
4
<div class="well">
5
This site is powered by Ruby on Rails! <br >
config/application.rb
@@ -7,6 +7,7 @@
7
Bundler.require(*Rails.groups)
8
9
module Tioj
10
+ VERSION = '2.1.1'
11
class Application < Rails::Application
12
# Initialize configuration defaults for originally generated Rails version.
13
config.load_defaults 7.0
0 commit comments