Skip to content

Commit

Permalink
fixed topicDetail & brokerDetail html
Browse files Browse the repository at this point in the history
  • Loading branch information
ibiuu committed Sep 18, 2019
1 parent 84a056a commit 4d56fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/templates/screen/config/brokerDetail.vm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="main">
<div class="main-hd">
<div class="crumb-wp fl">
<a class="back" href="">Broker列表</a>
<a class="back" href="../config/broker_list.htm">Broker列表</a>
<span class="arrow">&rsaquo;</span>
<span class="cur">Broker详情 - <span id="brokerNav">gift_ugc_test</span></span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/templates/screen/config/topicDetail.vm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="main">
<div class="main-hd">
<div class="crumb-wp fl">
<a class="back" href="../configuration/topic.hbs.html">Topic列表</a>
<a class="back" href="../config/topic_list.htm">Topic列表</a>
<span class="arrow">&rsaquo;</span>
<span class="cur">Topic详情 - <span id="topicNav">gift_ugc_test</span></span>
</div>
Expand Down

0 comments on commit 4d56fcd

Please sign in to comment.