Skip to content

Commit

Permalink
Renamed Convert to .ro Button [see #120]
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakyBytes committed Sep 11, 2015
1 parent 427b12b commit 51d8f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/Index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
<a class="archive-info-simulate on-not-edit" href="{{# print(SedMlWebToolsUrl); print(baseUrl); }}download/archive/{{# print(workspace.workspaceId); }}/{{# print(archive.id); }}.omex" target="_blank">[Simulate]</a>
<% } %>
<% if( Fields.CARO_URL != null && Fields.CARO_URL.isEmpty() == false ) { %>
<a class="archive-info-convert on-not-edit" href="{{# print(CaroUrl); print(baseUrl); }}download/archive/{{# print(workspace.workspaceId); }}/{{# print(archive.id); }}.omex" target="_blank">[Convert to .ro]</a>
<a class="archive-info-convert on-not-edit" href="{{# print(CaroUrl); print(baseUrl); }}download/archive/{{# print(workspace.workspaceId); }}/{{# print(archive.id); }}.omex" target="_blank">[Export RO]</a>
<% } %>
<a class="archive-info-download on-not-edit" href="download/archive/{{# print(archive.id); }}.omex">[Download]</a>
<a class="archive-info-edit on-not-edit" href="#">[Edit]</a>
Expand Down

0 comments on commit 51d8f52

Please sign in to comment.