more reformatting
This commit is contained in:
@@ -26,7 +26,7 @@ var ItemWithDetailsPage = React.createClass({
|
|||||||
<div className='h4'> {this.state.item.get('list_price')} KM</div>
|
<div className='h4'> {this.state.item.get('list_price')} KM</div>
|
||||||
<div> {this.state.item.get('description')}</div>
|
<div> {this.state.item.get('description')}</div>
|
||||||
</div>
|
</div>
|
||||||
<ItemMultiMediaDescriptions descriptions={this.state.item.get('multi_media_descriptions')} />
|
<ItemMultiMediaDescriptions descriptions={this.state.item.get('multi_media_descriptions')} />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ var SectionsListComponent = React.createClass({
|
|||||||
<div>
|
<div>
|
||||||
<ul className='nav nav-pills'>
|
<ul className='nav nav-pills'>
|
||||||
{this.state.sections.map(function(section) {
|
{this.state.sections.map(function(section) {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<li key={section.get('id')} role='presentation' style={style}>
|
<li key={section.get('id')} role='presentation' style={style}>
|
||||||
<a href="#" onClick={self.onSectionClick.bind(self, section)} onMouseOver={self.onMouseOver.bind(self, section)}>
|
<a href="#" onClick={self.onSectionClick.bind(self, section)} onMouseOver={self.onMouseOver.bind(self, section)}>
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ var Routes = require('./routes');
|
|||||||
Backbone.$ = $;
|
Backbone.$ = $;
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
ExternalApi: ExternalApi,
|
App: ExternalApi,
|
||||||
Routes : Routes
|
Routes: Routes
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user