OpenSource-Tools / LiquidVoting

1 stars 0 forks source link

Change HTML on issue-page #25

Closed kvdmolen closed 9 years ago

kvdmolen commented 9 years ago

at: http://178.62.254.91/lf/issue/show/2.html

At the top part (title + tabs) from:

<div class="section">
  <div class="sectionHead issueInfo">
    <div class="left">
      <h1>Resolution #54</h1>
    </div>
  </div>
  <div style="clear: left; margin-top: 4px;" class="ui_filter">
    <div class="ui_filter_head"><a href="../../issue/show/54.html" class="active">Initiatives</a> <a href="../../issue/history/54.html">History</a></div>
  </div>

to

<div class="section section-issue">
  <div class="sectionHead issueInfo">
    <div class="title">
      <h1>{{Title}}</h1>
    </div>
  </div>
  <div class="tabs">
    <a href="../../issue/show/54.html" class="active">Initiatives</a> <a href="../../issue/history/54.html">History</a>
  </div>
nktc commented 9 years ago

changed .section to .section-issue. Other changes pending

nktc commented 9 years ago

Completed, like #27. Please check it out and of course let me know if any issue. Thanks!

kvdmolen commented 9 years ago

Super!