appscms-tools-theme 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/fileformat/comparisonfiles.html +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 737f5eb26c149f8ba2b8279f4ce6b25400f2e8e80b2034201b85084f9fdfb830
|
4
|
+
data.tar.gz: 75d4cbf6aeaa4109ab31f210ec45641dd1ddab6ea0db3c6657c0201c05a84959
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 244746bc00d5e7478fec0651da97a668b643b58d77ed27f98dcbbf08a5ce371d4f65d4ca2ce4e9ca953efbcf133c4a4b8e46b53199ca9896e9f4b3350c54dbcb
|
7
|
+
data.tar.gz: d302321fac675fa91a60b403aaef36d2634a5f320fe0ec809f23eb7200d26992daae6b99083a1a7466e76287f0635acd066a3237f86eefaaaddce6de088e3289
|
@@ -65,28 +65,28 @@
|
|
65
65
|
{%- endif -%}
|
66
66
|
{%- if firstFile.Createdby or secondFile.Createdby -%}
|
67
67
|
<tr>
|
68
|
-
<th scope="row">
|
68
|
+
<th scope="row">Created by</th>
|
69
69
|
<td> <a class="software-name" href="{{firstFile.CreatedbyLink}}"> {{firstFile.Createdby}}</a></td>
|
70
70
|
<td> <a class="software-name" href="{{secondFile.CreatedbyLink}}"> {{secondFile.Createdby}}</a></td>
|
71
71
|
</tr>
|
72
72
|
{%- endif -%}
|
73
73
|
{%- if firstFile.CreatedInYear or secondFile.CreatedInYear -%}
|
74
74
|
<tr>
|
75
|
-
<th scope="row">
|
75
|
+
<th scope="row">Created in </th>
|
76
76
|
<td>{{firstFile.CreatedInYear}}</td>
|
77
77
|
<td>{{secondFile.CreatedInYear}}</td>
|
78
78
|
</tr>
|
79
79
|
{%- endif -%}
|
80
80
|
{%- if firstFile.BasicInformation or secondFile.BasicInformation -%}
|
81
81
|
<tr>
|
82
|
-
<th scope="row">
|
82
|
+
<th scope="row">Basic information</th>
|
83
83
|
<td>{{firstFile.BasicInformation}}</td>
|
84
84
|
<td>{{secondFile.BasicInformation}}</td>
|
85
85
|
</tr>
|
86
86
|
{%- endif -%}
|
87
87
|
{%- if firstFile.DetailedInformation or secondFile.DetailedInformation -%}
|
88
88
|
<tr>
|
89
|
-
<th scope="row">
|
89
|
+
<th scope="row">Detailed information</th>
|
90
90
|
<td>{{firstFile.DetailedInformation}}</td>
|
91
91
|
<td>{{secondFile.DetailedInformation}}</td>
|
92
92
|
</tr>
|