Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
15ac699f
Commit
15ac699f
authored
Nov 25, 2016
by
Francesc Guasch
Browse files
[#62] version and authors
parent
ca0144d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
templates/bootstrap/about.html.ep
View file @
15ac699f
...
...
@@ -11,6 +11,12 @@
<div
class=
"panel-heading"
>
<h2
class=
"text-center"
>
About
</h2>
<img
class=
"img-responsive center-block"
src=
"img/logo.png"
>
<h3>
Version
</h3>
<
%=
$
version
%
>
<h3>
Authors
</h3>
<p>
%= include 'bootstrap/authors'
</p>
<h3>
Development
</h3>
<p>
Below are listed the technologies used in this project:
</p>
<ul>
...
...
templates/bootstrap/authors.html.ep
0 → 100644
View file @
15ac699f
<ul>
<li>Francesc Guasch</li>
<li>Guillermo Miranda</li>
<li>Laura Figuerola</li>
</ul>
Thanks to:
<ul><li>Jorge Mata</li></ul>
templates/bootstrap/get_authors.sh
0 → 100755
View file @
15ac699f
#!/bin/bash
echo
"<ul>"
>
authors.html.ep
git log
--format
=
'%aN'
|
grep
' '
|
sort
-u
| perl
-ne
'chomp ; print "<li>$_</li>\n"'
>>
authors.html.ep
echo
"</ul>"
>>
authors.html.ep
echo
"Thanks to:"
>>
authors.html.ep
echo
"<ul><li>Jorge Mata</li></ul>"
>>
authors.html.ep
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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