Skip to content

Commit 94e9a15

Browse files
committed
Merge branch 'release-1.2.5'
2 parents e1b9e79 + 348bfdf commit 94e9a15

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

pom.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>ubc.pavlab</groupId>
77
<artifactId>rdp</artifactId>
8-
<version>1.2.4</version>
8+
<version>1.2.5</version>
99

1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
@@ -22,6 +22,12 @@
2222
<dependency>
2323
<groupId>org.springframework.boot</groupId>
2424
<artifactId>spring-boot-starter-thymeleaf</artifactId>
25+
<exclusions>
26+
<exclusion>
27+
<artifactId>groovy</artifactId>
28+
<groupId>org.codehaus.groovy</groupId>
29+
</exclusion>
30+
</exclusions>
2531
</dependency>
2632

2733
<dependency>

src/main/resources/templates/user/documentation.html

+10-9
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,22 @@ <h5 class="mb-0">
173173
<h5 class="mb-0">
174174
<button class="btn btn-link" data-toggle="collapse" data-target="#modelmanager"
175175
aria-expanded="false" aria-controls="modelmanager">
176-
Model Organism Manager
176+
Model Organism Tab
177177
</button>
178178
</h5>
179179
</div>
180180

181181
<div id="modelmanager" class="collapse" aria-labelledby="modelmanager-heading"
182182
data-parent="#model-accordion">
183183
<div class="card-body">
184-
<p>
185-
In the manager, you can optionally enter a description of
186-
your research on this organism (Organism Research Focus), if you feel it is
187-
different from the description you may have provided in your <b><a th:href="@{/user/profile}">Profile</a></b> (About My Research).
188-
</p>
189-
190-
<p>The most important functionality of the Manager is
184+
<p>
185+
After selecting a model organism in the drop-down menu, you can optionally enter
186+
a description of your research on this organism (Organism Research Focus), if you
187+
feel it is different from the description you may have provided in your
188+
<b><a th:href="@{/user/profile}">Profile</a></b> (About My Research).
189+
</p>
190+
191+
<p>The most important functionality of this section is
191192
the addition of genes, and then of Gene Ontology terms.</p>
192193
</div>
193194
</div>
@@ -412,4 +413,4 @@ <h5 class="mb-0">
412413
</div>
413414
<div th:replace="fragments/footer" th:remove="tag">...</div>
414415
</body>
415-
</html>
416+
</html>

0 commit comments

Comments
 (0)