-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
45 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
lvl-project/lvl-bundle/src/main/ui/js/apps/header/show/tpls/header_notifications.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<div class="row"> | ||
<div class="col-xs-12"> | ||
<ul class="list-inline text-center"> | ||
<li><small><a href="#">view all</a></small></li> | ||
<li><small><a href="#" id="view-all-notifications">view all</a></small></li> | ||
<li>·</li> | ||
<li><small><a href="#">clear all</a></small></li> | ||
<li><small><a href="#" id="clear-all-notifications">clear all</a></small></li> | ||
</ul> | ||
<% if (notifications) { %> | ||
<dl> | ||
<% if (notifications) { %> | ||
<% _.each(notifications, function(item){ %> | ||
<dt><%= item.date %></dt> | ||
<dd><%= item.message %></dd> | ||
</dl> | ||
<dd><%= item.message %></dd> | ||
<% }); %> | ||
<% } %> | ||
</dl> | ||
</div> | ||
</div> |
2 changes: 1 addition & 1 deletion
2
...l-bundle/src/main/ui/js/apps/open/documentation/show/tpls/documentation-main-section.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<p class="lead"> | ||
The following documentation corresponds to the latest stable version | ||
(<a href="https://github.com/eubrazilcc/leishmaniasis-virtual-lab/releases/tag/v1.0.0" target="_blank" title="Release 1.0.0">1.0.0</a>) | ||
(<a href="https://github.com/eubrazilcc/leishmaniasis-virtual-lab/releases/tag/v1.0.1" target="_blank" title="Release 1.0.1">1.0.1</a>) | ||
of the <a href="/#home" title="Leishmaniasis Virtual Laboratory">L<span class="text-danger">ei</span>shVL</a>, released on January 2016. | ||
</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters