-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hamlet template rewrite #3
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still requires little touches
<small className="text-muted">#[currSign c]</small> | ||
</big> | ||
<br/> | ||
<small className="text-muted">#[sign]#[cents2dblT f]# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move #[sign]#[cents2dblT f]#
to new line
<small>_[MsgOrderWasExecuted] #</small> | ||
</span> | ||
</td> | ||
<td className="text-center align-middle">+#<span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move <span>
to new line
</span> | ||
<br className="d-md-none"/> | ||
<small className="d-md-none">-# | ||
<span>#[cents2dblT fee] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tag content to new line
</small> | ||
</td> | ||
<td className="d-none d-md-table-cell text-center align-middle">-# | ||
<span>#[cents2dblT fee] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move tag contents to new line
encType="#{enctype}" | ||
action="@{WithdrawalCreateR}" | ||
className="col-12 col-sm-10 col-md-8 mx-auto" | ||
>^[widget] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move tag contents to new line
</div> | ||
<div className="col-5 text-right"> | ||
<a href="@{ClientOrderViewR oid}"> | ||
<small>#[cents2dblT exchangeOrderAmountCents] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline
</div> | ||
<div className="col-4 text-right"> | ||
<a href="@{ClientOrderViewR oid}"> | ||
<small>#[cents2dblT inAmountCents] # |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline
<span | ||
id="#{wrapId}-remember-trigger" | ||
className="text-muted" | ||
>_[MsgDoNotShowAgain] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline
className="text-muted" | ||
>_[MsgDoNotShowAgain] | ||
</span> | ||
<div style={ { float: 'right' } }> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra spaces between { {
and } }
<label | ||
className="form-check-label" | ||
htmlFor="#{featuredIdent'}" | ||
>Продивигать новость |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline
return ( | ||
<div> | ||
<span> | ||
<big>#[centsT]# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Newline
No description provided.