• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ephios-dev / ephios / 12313892613

13 Dec 2024 10:24AM UTC coverage: 83.611% (-1.3%) from 84.861%
12313892613

Pull #1348

github

web-flow
Merge 7ba1fbea3 into 481a19acc
Pull Request #1348: add vue recurrence picker

2972 of 3523 branches covered (84.36%)

Branch coverage included in aggregate %.

83 of 358 new or added lines in 9 files covered. (23.18%)

6 existing lines in 1 file now uncovered.

12078 of 14477 relevant lines covered (83.43%)

0.83 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/ephios/core/templates/core/shift_copy.html
NEW
1
{% extends "base.html" %}
×
2
{% load crispy_forms_filters %}
3
{% load static %}
4
{% load i18n %}
5

6
{% block title %}
NEW
7
    {% translate "Copy shift" %}
×
8
{% endblock %}
9

10
{% block css %}
11
{% endblock %}
12

13
{% block messages %}
NEW
14
    {% for _, errors in form.errors.items %}
×
NEW
15
        {% for error in errors %}
×
NEW
16
            <div class="alert alert-danger" role="alert">{{ error }}</div>
×
NEW
17
        {% endfor %}
×
NEW
18
    {% endfor %}
×
19
{% endblock %}
20

21
{% block content %}
NEW
22
    <div class="page-header">
×
NEW
23
        <h1>
×
NEW
24
            {% translate "Copy shift" %} "{{ shift.event.title }}" <small>({{ shift.get_datetime_display }})</small>
×
NEW
25
        </h1>
×
NEW
26
    </div>
×
NEW
27
    <form method="post">
×
NEW
28
        {% csrf_token %}
×
NEW
29
        {{ form.recurrence }}
×
NEW
30
        <div class="float-end">
×
NEW
31
            <a class="btn btn-secondary me-1" href="{% url "core:event_detail" shift.event.pk shift.event.get_canonical_slug %}"><span
×
NEW
32
                class="fa fa-times"></span> {% translate "Back" %}</a>
×
NEW
33
            <button type="submit" class="btn btn-primary"><span
×
NEW
34
                class="fa fa-copy"></span> {% translate "Copy" %}</button>
×
NEW
35
        </div>
×
NEW
36
    </form>
×
37
{% endblock %}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc