Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TAlone
memopol
Commits
2059b7c7
Commit
2059b7c7
authored
Oct 08, 2016
by
okhin
Browse files
Changing the repo URl
parent
d895d897
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/memopol/bin/install_client_deps.sh
View file @
2059b7c7
...
...
@@ -29,7 +29,7 @@ function downloadFromGithub()
return
fi
echo
"* Downloading
$repo
(
$ref
) from Github..."
wget
-O
temp.zip
-q
https://git
hub.com
/
${
repo
}
/archive/
${
ref
}
.zip
wget
-O
temp.zip
-q
"
https://git
.laquadrature.net
/
${
repo
}
/archive
.sip?ref=
/
${
ref
}
"
unzip
-q
temp.zip
mv
$(
basename
${
repo
}
)
*
${
dest
}
rm
temp.zip
...
...
src/memopol/templates/home.html
View file @
2059b7c7
...
...
@@ -52,11 +52,11 @@
<div
class=
"col-md-4"
>
<h3>
{% trans "Contributing" %}
</h3>
<div
class=
"btn-group"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
hub.com
/political-memory/political_memory"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
.laquadrature.net
/political-memory/political_memory"
>
{% fontawesome_icon "git" %}
{% trans "Code repository" %}
</a>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
hub.com
/political-memory/political_memory/issues/new"
>
<a
class=
"btn btn-default"
target=
"_blank"
href=
"https://git
.laquadrature.net
/political-memory/political_memory/issues/new"
>
{% fontawesome_icon "bug" %}
{% trans "Report an issue" %}
</a>
...
...
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