aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/report
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/report')
-rw-r--r--app/views/report/index.html.haml17
-rw-r--r--app/views/report/issue.html.haml2
-rw-r--r--app/views/report/spam.html.haml2
-rw-r--r--app/views/report/tweet.html.haml2
4 files changed, 23 insertions, 0 deletions
diff --git a/app/views/report/index.html.haml b/app/views/report/index.html.haml
new file mode 100644
index 0000000..2e213e7
--- /dev/null
+++ b/app/views/report/index.html.haml
@@ -0,0 +1,17 @@
+%h1 パクリツイートの報告
+%p
+ まだ準備中です。全く同一のツイートのみしか対応しておりません。
+%hr
+= form_tag({:controller => "report", :action => "tweet"}, {:method => :post, :class => "form-horizontal"}) do
+ .control-group
+ = label_tag "tweet_id_0", "ツイート1", :class => "control-label"
+ .controls
+ = text_field_tag "tweet_id_0", params[:tweet_id_0], :style => "width: 100%"
+ .control-group
+ = label_tag "tweet_id_1", "ツイート2", :class => "control-label"
+ .controls
+ = text_field_tag "tweet_id_1", params[:tweet_id_1], :style => "width: 100%"
+ .control-group
+ .controls
+ = submit_tag "送信", :name => nil, :class => "btn"
+
diff --git a/app/views/report/issue.html.haml b/app/views/report/issue.html.haml
new file mode 100644
index 0000000..3790bd5
--- /dev/null
+++ b/app/views/report/issue.html.haml
@@ -0,0 +1,2 @@
+%h1 Report#issue
+%p Find me in app/views/report/issue.html.haml \ No newline at end of file
diff --git a/app/views/report/spam.html.haml b/app/views/report/spam.html.haml
new file mode 100644
index 0000000..54fb38d
--- /dev/null
+++ b/app/views/report/spam.html.haml
@@ -0,0 +1,2 @@
+%h1 Report#spam
+%p Find me in app/views/report/spam.html.haml \ No newline at end of file
diff --git a/app/views/report/tweet.html.haml b/app/views/report/tweet.html.haml
new file mode 100644
index 0000000..4bd3987
--- /dev/null
+++ b/app/views/report/tweet.html.haml
@@ -0,0 +1,2 @@
+%h1 パクリツイートの報告
+%p 報告ありがとうございました。