File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 class ="topic-tab <%= value === tab ? 'current-tab' : '' %> "> < %= text %> </ a >
1111 < % }) %>
1212 </ div >
13- < % if (typeof( topics) !== 'undefined' && topics.length > 0) { %>
13+ < % if (typeof topics !== 'undefined' && topics.length > 0) { %>
1414 < div class ="inner no-padding ">
1515 < %- include('topic/list', {
1616 topics: topics,
Original file line number Diff line number Diff line change 5252 .done(assets, config.site_static_host, config.mini_assets)
5353 %>
5454
55- < % if (typeof( topic) !== 'undefined') { %>
55+ < % if (typeof topic !== 'undefined') { %>
5656 < title > < %= topic.title %> - < %= config.name %> </ title >
57- < % } else if (typeof( pageTitle) !== 'undefined') { %>
57+ < % } else if (typeof pageTitle !== 'undefined') { %>
5858 < title > < %= pageTitle %> - < %= config.name %> </ title >
5959 < % } else { %>
6060 < title > < %= config.description %> </ title >
Original file line number Diff line number Diff line change 66 < span class ='col_fade '> 个人信息</ span >
77 </ div >
88 < div class ='inner '>
9- < %- include('./user/card.html',{ object: typeof( user) === 'undefined' ? current_user : user, as: 'user' }) %>
9+ < %- include('./user/card.html',{ object: typeof user === 'undefined' ? current_user : user, as: 'user' }) %>
1010 </ div >
1111 < % } else { %>
1212 < div class ='inner '>
Original file line number Diff line number Diff line change 99 </ ul >
1010 </ div >
1111 < div class ='inner '>
12- < % if(typeof( error) !== 'undefined' && error){ %>
12+ < % if(typeof error !== 'undefined' && error){ %>
1313 < div class ="alert alert-error ">
1414 < a class ="close " data-dismiss ="alert " href ="# "> ×</ a >
1515 < strong > < %= error %> </ strong >
You can’t perform that action at this time.
0 commit comments