Added the version to the bottom and changed blockers to to-do
This commit is contained in:
parent
cdf0d4f3f1
commit
54886f9671
@ -27,14 +27,13 @@
|
||||
</main>
|
||||
<footer>
|
||||
<hr/>
|
||||
RoR Version <%= Rails.version %> (<%=Rails.env%>) | Ruby <%= "#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}" %> | OS <%= RUBY_PLATFORM %>
|
||||
RoR Version <%= Rails.version %> (<%=Rails.env%>) | Ruby <%= "#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}" %> | OS <%= RUBY_PLATFORM %> | App Version <%= `git describe --always` %>
|
||||
<hr/>
|
||||
<h3>Blockers:</h3>
|
||||
<h3>To-Do (In order of importance):</h3>
|
||||
<ul>
|
||||
<li>2FA</li>
|
||||
<li>Blocking Sign-up at Routes level</li>
|
||||
<li>Tests for controllers and integration</li>
|
||||
<li>Version number</li>
|
||||
</ul>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user