roundabout,
created on Sunday, 2 February 2025, 20:34:16 (1738528456),
received on Sunday, 2 February 2025, 20:34:18 (1738528458)
Author identity: vlad <vlad.muntoiu@gmail.com>
42b108dafb18a43d8c71539d7c169c61fd3c5e78
app.py
@@ -16,7 +16,7 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
__version__ = "0.6.0"
__version__ = "0.6.1"
import os
import shutil
doc/changelog/0.6.1 (2025-02-02).md
templates/notifications.html
@@ -24,7 +24,7 @@
{% set commit = db.session.get(Commit, notification.notification.data["repo"] + "/" + notification.notification.data["commit"]) %}
<h2><a href="{{ notification.notification.data['repo'] + '/commit/' + notification.notification.data['commit'] }}">{{ commit.message | split("\n\n", 1) | first }}</a></h2>
<p>
{% trans %}Commited by{% endtrans %} <a href="/{{ commit.owner.username }}">{{ commit.owner.username }}</a>
{% trans %}Commited by{% endtrans %} <a href="/{{ commit.owner_name }}">{{ commit.owner_name }}</a>
{% trans %}in{% endtrans %} <a href="{{ commit.repo.route }}">{{ commit.repo.owner.username }}/{{ commit.repo.name }}</a>
</p>
{% elif notification.notification.data["type"] == "post" %}
@@ -70,4 +70,4 @@
</x-vbox>
</x-frame>
</x-vbox>
{% endblock %}
{% endblock %}