diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-11-01 08:38:31 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-11-01 08:38:42 +1100 |
commit | 33f2b4e60d1a718d36bffcfa42a41359c0e021cb (patch) | |
tree | bb3124ba77a48746aa24098a1539d39f27dba841 /app/views/general/_frontpage_new_request.rhtml | |
parent | 458406e25f511fc0496c5f5c12dae8f5e3562910 (diff) |
Split front page into partials for more modular overriding in themes
Diffstat (limited to 'app/views/general/_frontpage_new_request.rhtml')
-rw-r--r-- | app/views/general/_frontpage_new_request.rhtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/general/_frontpage_new_request.rhtml b/app/views/general/_frontpage_new_request.rhtml new file mode 100644 index 000000000..fd4225069 --- /dev/null +++ b/app/views/general/_frontpage_new_request.rhtml @@ -0,0 +1,7 @@ +<h1> + <%= _("Make a new<br/> + <strong>Freedom <span>of</span><br/> + Information<br/> + request</strong>") %> +</h1> +<a class="link_button_green_large" href="/select_authority"><%= _("Start now »") %></a> |