Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scheduling-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMASCH
scheduling-system
Commits
287af18e
There was a problem fetching the pipeline metadata.
Commit
287af18e
authored
7 years ago
by
Piotr Gawron
Browse files
Options
Downloads
Patches
Plain Diff
possibility to add appointment from visit list
parent
4e67260d
No related branches found
No related tags found
1 merge request
!61
possibility to add appointment from visit list
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
smash/web/templates/subjects/visitdetails.html
+9
-0
9 additions, 0 deletions
smash/web/templates/subjects/visitdetails.html
with
9 additions
and
0 deletions
smash/web/templates/subjects/visitdetails.html
+
9
−
0
View file @
287af18e
...
@@ -44,6 +44,14 @@
...
@@ -44,6 +44,14 @@
</h5>
</h5>
</div>
</div>
<div
class=
"box-footer"
>
<div
class=
"box-footer"
>
{% if not element.2 %}
<div>
<a
href=
"{% url 'web.views.appointment_add' element.3 %}"
class=
"btn btn-app"
>
<i
class=
"fa fa-plus"
></i>
Add new appointment
</a>
</div>
{% endif %}
{% for field in element.0 %}
{% for field in element.0 %}
{% if not field|is_checkbox %}
{% if not field|is_checkbox %}
<div
class=
"col-md-6 form-group {% if field.errors %}has-error{% endif %} {% if field|is_checkbox %}multi-checkboxes{% endif %}"
>
<div
class=
"col-md-6 form-group {% if field.errors %}has-error{% endif %} {% if field|is_checkbox %}multi-checkboxes{% endif %}"
>
...
@@ -63,6 +71,7 @@
...
@@ -63,6 +71,7 @@
</div>
</div>
</div>
</div>
<div
class=
"box box-widget widget-user-2"
>
<div
class=
"box box-widget widget-user-2"
>
<div
class=
"widget-user-header bg-default"
>
<div
class=
"widget-user-header bg-default"
>
<h3
class=
"widget-user-username"
>
Visit's appointments
</h3>
<h3
class=
"widget-user-username"
>
Visit's appointments
</h3>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment