Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
lists.fsci.org.in
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
lists.fsci.org.in
Commits
029ed1d2
Commit
029ed1d2
authored
Aug 17, 2018
by
Abhijith PA
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patches maintaining for mailman3 web
parent
48131d9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
54 additions
and
0 deletions
+54
-0
patches/hyperkitty_base_html.patch
patches/hyperkitty_base_html.patch
+26
-0
patches/postorius-base_html.patch
patches/postorius-base_html.patch
+28
-0
No files found.
patches/hyperkitty_base_html.patch
0 → 100644
View file @
029ed1d2
diff --git a/usr/lib/python2.7/dist-packages/hyperkitty/templates/hyperkitty/base.html b/usr/lib/python2.7/dist-packages/hyperkitty/templates/hyperkitty/base.html
index 1c4ba58..8885a3e 100644
--- a/usr/lib/python2.7/dist-packages/hyperkitty/templates/hyperkitty/base.html
+++ b/usr/lib/python2.7/dist-packages/hyperkitty/templates/hyperkitty/base.html
@@ -36,7 +36,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- {% include 'hyperkitty/navbar-brand.html' %}
+ <a class="navbar-brand" href="{% url 'hk_root' %}"><span><img src="{% static 'fsci_list_lite.png' %}" /></span></a>
</div> <!-- /navbar-header -->
<div class="navbar-collapse collapse"> <!--part of navbar that's collapsed on small screens-->
@@ -223,7 +223,11 @@
<footer class="footer">
<div class="container">
<p class="text-muted">
- Powered by <a href="http://hyperkitty.readthedocs.org">HyperKitty</a> version {{ HYPERKITTY_VERSION }}.
+ <a href="http://fsci.org.in/">{% trans 'FSCI' %}</a>
+ •
+ Sponsored by <a href="https://www.hamaralinux.org/"><img src="{% static 'hamara-linux_logo.png' %}" /></a>
+ •
+ <a href="https://git.fosscommunity.in/community/lists.fsci.org.in/issues">Report Issues</a>
</p>
</div>
</footer>
patches/postorius-base_html.patch
0 → 100644
View file @
029ed1d2
diff --git a/usr/lib/python2.7/dist-packages/postorius/templates/postorius/base.html b/usr/lib/python2.7/dist-packages/postorius/templates/postorius/base.html
index 9766a6c..7f802ae 100644
--- a/usr/lib/python2.7/dist-packages/postorius/templates/postorius/base.html
+++ b/usr/lib/python2.7/dist-packages/postorius/templates/postorius/base.html
@@ -31,7 +31,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="navbar-brand" href="{% url 'list_index' %}"><span><img src="{% static 'postorius/img/mailman_logo_small_trans.png' %}" /> Postorius</span></a>
+ <a class="navbar-brand" href="{% url 'list_index' %}"><span><img src="{% static 'fsci_list_lite.png' %}" /></span></a>
</div>
<div class="collapse navbar-collapse" id="header-nav">
<ul class="nav navbar-nav">
@@ -108,11 +108,11 @@
<footer class="footer">
<div class="container">
<p class="text-center">
- <a href="https://postorius.readthedocs.org">{% trans 'Postorius Documentation' %}</a>
+ <a href="http://fsci.org.in/">{% trans 'FSCI' %}</a>
•
- <a href="http://list.org">GNU Mailman</a>
+ Sponsored by <a href="https://www.hamaralinux.org/"><img src="{% static 'hamara-linux_logo.png' %}" /></a>
•
- {% trans 'Postorius Version' %} {{ POSTORIUS_VERSION }}
+ <a href="https://git.fosscommunity.in/community/lists.fsci.org.in/issues">Report Issues</a>
</p>
</div>
</footer>
Write
Preview
Markdown
is supported
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