File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
app/views/partials/lrs/backbone Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 86
86
87
87
<script id =" activityListView" type =" text/template" >
88
88
<span class =" badge badge-warning" ><%= count %></span >
89
- <a href =" <%= _id %>" >
90
- <% if( name[0] && name[0] != 'undefined' ){ %>
91
- <%= name[0][Object.keys(name[0])[0]] %>
92
- <% }else if( description[0] && description[0] != 'undefined' ){ %>
93
- <%= description[0][Object.keys(description[0])[0]] %>
94
- <% }else{ %>
95
- <%= _id %>
96
- <% } %>
97
- </a >
89
+ <a href =" <%= _id %>" ><% if( name[0] && name[0] != 'undefined' ){ %><%= name[0][Object.keys(name[0])[0]] %><% }else if( description[0] && description[0] != 'undefined' ){ %><%= description[0][Object.keys(description[0])[0]] %><% }else{ %><%= _id %><% } %></a >
98
90
</script >
99
91
100
92
<script id =" userListView" type =" text/template" >
Original file line number Diff line number Diff line change @@ -210,6 +210,11 @@ table.break-words td, table.break-words th {
210
210
max-width : 100% ;
211
211
}
212
212
213
+ .list-group-item a {
214
+ white-space : pre;
215
+ word-wrap : break-word;
216
+ }
217
+
213
218
/* Bootstrap extensions (note: looks like we're not using LESS?)
214
219
--------------------------------------------------------------*/
215
220
@media (max-width : 480px ){
You can’t perform that action at this time.
0 commit comments