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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 68da20fd10356250738c10e13144ceb58cc11989f1d9334e55b86173d23a466a
4
- data.tar.gz: 4c58378b9119b92c10f77d8808bb82d2c6e4b35b871c1c8d78dba1f767e7b021
3
+ metadata.gz: 737f5eb26c149f8ba2b8279f4ce6b25400f2e8e80b2034201b85084f9fdfb830
4
+ data.tar.gz: 75d4cbf6aeaa4109ab31f210ec45641dd1ddab6ea0db3c6657c0201c05a84959
5
5
  SHA512:
6
- metadata.gz: '0836f541adc3f7f6794be1e186465817994643c443ef5211e1a13c9ef571ea33de445dba5255ea1c8456de9ae09cbfab4d7ec9036b6fa99cac4f15efe6f8c4a3'
7
- data.tar.gz: ad39d31b7cac25f59283e1a7ded2f076f15ad4dd93d6b65894cf582c69e1c941de50d61d1e0540b6035e3d8c51527ec35da7c10c741f4f5aecc9f80842065d9f
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">CreatedbyName</th>
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">CreatedInYear</th>
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">BasicInformation</th>
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">DetailedInformation</th>
89
+ <th scope="row">Detailed information</th>
90
90
  <td>{{firstFile.DetailedInformation}}</td>
91
91
  <td>{{secondFile.DetailedInformation}}</td>
92
92
  </tr>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms