1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 08:37:59 +02:00

rename contract_form to form_contract

This commit is contained in:
Tim Daubenschütz 2015-08-28 15:55:39 +02:00
parent 848321a3f3
commit d9f3f2a9d7
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
import React from 'react';
import ContractForm from '../../../../../components/ascribe_forms/contract_form';
import ContractForm from '../../../../../components/ascribe_forms/form_contract';
let IkonotvRequestLoan = React.createClass({

View File

@ -71,7 +71,7 @@ let ROUTES = {
<Route name="logout" path="logout" handler={LogoutContainer} />
<Route name="signup" path="signup" handler={SignupContainer} />
<Route name="password_reset" path="password_reset" handler={PasswordResetContainer} />
<Route name="request_loan" path="request_loan" handler={IkonotvRequestLoan}/>
<Route name="request_loan" path="request_loan" handler={IkonotvRequestLoan} headerTitle="SEND NEW CONTRACT" />
<Route name="register_piece" path="register_piece" handler={RegisterPiece} headerTitle="+ NEW WORK"/>
<Route name="pieces" path="collection" handler={IkonotvPieceList} headerTitle="COLLECTION"/>
<Route name="piece" path="pieces/:pieceId" handler={IkonotvPieceContainer} />