Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ued
/
yohogirls_mustache
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
unknown
9 years ago
Commit
17f5330ae7db60d72031f808e2fe710f7086107e
2 parents
9de4bb93
b19ac8d3
Merge branch 'develop' into test
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
17 deletions
actions/channel/detail/review320.html
actions/channel/detail/trial_hk.html
actions/channel/detail/trial_hk320.html
partials/detail/application_form.html
partials/detail/application_form_hk.html
actions/channel/detail/review320.html
View file @
17f5330
...
...
@@ -8,7 +8,7 @@
{{# author}}
<p><a
class=
"detail_author"
href=
"{{link}}"
target=
"_blank"
>
Text:
{{name}}
</a></p>
{{/ author}}
{{# channel}}
<a
href=
"{{link}}"
>
\
{{name}}
</a>
|
{{/ channel}}
{{# channel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
{{/ channel}}
{{# twoChannel}}
<a
href=
"{{link}}"
>
{{name}}
</a>
|
{{/ twoChannel}}
<span
time=
"{{time}}"
class=
"time-format"
></span>
</div>
...
...
actions/channel/detail/trial_hk.html
View file @
17f5330
...
...
@@ -17,7 +17,7 @@
{{/ trialStatus}}
{{#unless toolTip}}
{{> detail/application_form}}
{{> detail/application_form
_hk
}}
{{/unless}}
{{> detail/tooltip}}
...
...
actions/channel/detail/trial_hk320.html
View file @
17f5330
...
...
@@ -23,7 +23,7 @@
{{/ trialStatus}}
{{#unless toolTip}}
{{> detail/application_form}}
{{> detail/application_form
_hk
}}
{{/unless}}
{{> detail/tooltip_hk}}
...
...
partials/detail/application_form.html
View file @
17f5330
...
...
@@ -132,13 +132,15 @@
</span>
{{/each}}
</p>
<div
class=
"application-reason"
contentEditable=
"true"
>
{{# reason}}
{{.}}
{{/ reason}}
{{^ reason}}
<span
class=
"placeholder"
>
你可以从肌肤现有问题,钟爱哪些产品等方面提交申请理由
</span>
{{/ reason}}
<div
class=
"application-reason-wrap"
>
<div
class=
"application-reason"
contentEditable=
"true"
>
{{# reason}}
{{.}}
{{/ reason}}
{{^ reason}}
<span
class=
"placeholder"
>
你可以从肌肤现有问题,钟爱哪些产品等方面提交申请理由
</span>
{{/ reason}}
</div>
</div>
<!-- <p class="clearfix">
<textarea class="application-reason"></textarea>
...
...
partials/detail/application_form_hk.html
View file @
17f5330
...
...
@@ -58,13 +58,15 @@
</span>
{{/each}}
</p>
<div
class=
"application-reason"
contentEditable=
"true"
>
{{# reason}}
{{.}}
{{/ reason}}
{{^ reason}}
<span
class=
"placeholder"
>
你可以從肌膚現有問題,鐘愛哪些產品等方面提交申請理由
</span>
{{/ reason}}
<div
class=
"application-reason-wrap"
>
<div
class=
"application-reason"
contentEditable=
"true"
>
{{# reason}}
{{.}}
{{/ reason}}
{{^ reason}}
<span
class=
"placeholder"
>
你可以從肌膚現有問題,鐘愛哪些產品等方面提交申請理由
</span>
{{/ reason}}
</div>
</div>
<p
class=
"clearfix"
>
<input
id=
"submit-btn"
class=
"submit-btn"
type=
"submit"
value=
"免費申請"
>
...
...
Please
register
or
login
to post a comment