Revision 1310:c0eedaadb1f2 plugins/redmine_checkout/app
| plugins/redmine_checkout/app/views/redmine_checkout_hooks/_view_repositories_show_contextual.html.erb | ||
|---|---|---|
| 16 | 16 |
<p> |
| 17 | 17 |
<% if User.current.logged? %> |
| 18 | 18 |
<% if repository.is_external? %> |
| 19 |
<%=l :label_access_type_all, :type => l(:label_access_read_only) %>
|
|
| 19 |
<%= (l :label_access_type_all, :type => l(:label_access_read_only)).html_safe %>
|
|
| 20 | 20 |
<% else %> |
| 21 |
<% if default_protocol %><%=l :label_access_type, :type => l(default_protocol.access_label(User.current)) %><% end %>
|
|
| 21 |
<% if default_protocol %><%= (l :label_access_type, :type => l(default_protocol.access_label(User.current))).html_safe %><% end %>
|
|
| 22 | 22 |
<% end %> |
| 23 | 23 |
<% else %> |
| 24 | 24 |
|
| ... | ... | |
| 35 | 35 |
<% if repository.is_external? %> |
| 36 | 36 |
<div style="clear: left"> |
| 37 | 37 |
</div> |
| 38 |
<p class="topline" style="padding-top: 1em"><%= l(:text_repository_external, :location => repository.external_url) %></p>
|
|
| 38 |
<p class="topline" style="padding-top: 1em"><%= (l(:text_repository_external, :location => repository.external_url)).html_safe %></p>
|
|
| 39 | 39 |
<% end %> |
| 40 | 40 |
</div> |
| 41 | 41 |
<div style="clear: left"></div> |
Also available in: Unified diff