Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
26d99dbb
Commit
26d99dbb
authored
May 14, 2021
by
Francesc Guasch
Browse files
refactor(help): updated git link and show mojo release
parent
cc2ab594
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/main/about.html.ep
View file @
26d99dbb
...
...
@@ -10,18 +10,19 @@
<div
class=
"card col-lg-8 offset-md-2 bg-light"
>
<h2
class=
"text-center"
><
%=
l
'
About
'
%
></h2>
<img
class=
"img-responsive mx-auto"
src=
"img/logo.png"
>
<h3><
%=
l
'
Version
'
%
></h3>
<
%=
$
version
%
>
<h3><
%=
l
'
Version
'
%
>
<
%=
$
version
%
></h3>
%
if (defined $_user
&&
!$_user->is_temporary) {
<h3><
%=
l
'
Authors
'
%
></h3>
%= include 'bootstrap/authors'
% }
<h3><
%=
l
'
Development
'
%
></h3>
<
%=
l
'
Below
are
listed
the
technologies
used
in
this
project:
'
%
>
<ul>
<li><
%=
l
'
It
is
programmed
in
'
%
>
<a
href=
"https://www.perl.org/"
>
Perl
</a>
,
</li>
<li><
%=
l
'
with
perl
framework
'
%
>
<a
href=
"http://www.mojolicious.org/"
>
Mojolicious
</a>
,
</li>
<li><
%=
l
'
with
perl
framework
'
%
>
<a
href=
"http://www.mojolicious.org/"
>
Mojolicious
</a>
v
<
%=
$
Mojolicious::VERSION
%
>
,
</li>
<li><
%=
l
'
and
'
%
>
HTML, CSS,
<
%=
l
'
and
'
%
>
JS framework
<a
href=
"http://getbootstrap.com/"
>
Bootstrap
</a></li>
</ul>
<span><
%=
l
'
The
code
is
available
on
'
%
><a
href=
"http://
b
it
.ly/get_r
avada"
>
Github
</a>
.
</span>
<span><
%=
l
'
The
code
is
available
on
'
%
>
<a
href=
"http
s
://
g
it
hub.com/UPC/R
avada"
>
Github
</a>
.
</span>
<h3><
%=
l
'
License
'
%
></h3>
<span><
%=
l
'
The
code
is
'
%
>
<a
href=
"https://www.gnu.org/licenses/gpl-3.0-standalone.html"
>
GPL
</a>
<
%=
l
'
licensed.
'
%
></span>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment